-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustc claims that an import is both "unresolved" and "unused" in 2018 #54390
Copy link
Copy link
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically
Type
Fields
Give feedbackNo fields configured for issues without a type.
compiling this under the 2015 edition says "unused import", but under 2018 edition, it gives both "unresolved import" and "unused import"