Skip to content

Rust v1.70.0 ambiguous re exports #1974

@andreievg

Description

@andreievg

With latest rust getting lots of ambiguous re-export errors, I think introduces here: rust-lang/rust#109538 for v1.70.0

It sounds like when same type names are re-exported (like DeleteError which is exported in multiple graphql definitions).

Do we silence it ? Or do we amend exports ? I would assume when those types are used they are qualified (use SomeType; SomeType::DeleteError) with full name rather then imported, so should be pretty easy to remove the re-export ?

I think it's glob exports, so pub(crate) them ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Build Tested: DevIssue was tested in a dev environment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions