We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These lints will warn by default on Rust 2015.
crate
self
super
edition_lint_opts
These lints will warn only when you opt in to the 2018 edition, and are useful for driving rustfix to update idioms.
rustfix
extern crate
The text was updated successfully, but these errors were encountered:
cc @aturon @cramertj please fill in details on lints and add more
Sorry, something went wrong.
cc @nikomatsakis
I'm going to close this since there is not much info here, tracking has got too complex for a GH issue, and we can use the A-edition-2018-lints label.
Manishearth
No branches or pull requests
Edition lints
These lints will warn by default on Rust 2015.
crate
,self
, orsuper
#48722 (PR at Edition breakage lint for absolute paths starting with modules #50100)edition_lint_opts
Idiom lints
These lints will warn only when you opt in to the 2018 edition, and are useful for driving
rustfix
to update idioms.extern crate
extern crate
epoch lint for Path Clarity RFC (2126) #48719 (PR at idiom lints for removingextern crate
#50260)Bugs
The text was updated successfully, but these errors were encountered: