-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Build Tested: DevIssue was tested in a dev environmentIssue was tested in a dev environment
Description
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 ?
clemens-msupply
Metadata
Metadata
Assignees
Labels
Build Tested: DevIssue was tested in a dev environmentIssue was tested in a dev environment