## Edition lints *These lints will warn by default on Rust 2015.* - [ ] Edition keywords #49716 (blocked on #49611) - Hygiene plan: Do this at the lexer level - [x] fully qualified paths that use module names #48722 (PR at #50100) - Hygiene plan: None - [ ] Flipping these on - [x] Need support for EpochAllow - `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*. - [x] `extern crate` #48719 (PR at https://github.com/rust-lang/rust/pull/50260) ## Bugs - Suggestions within macros (#48704)
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_optsIdiom lints
These lints will warn only when you opt in to the 2018 edition, and are useful for driving
rustfixto update idioms.extern crateextern crateepoch lint for Path Clarity RFC (2126) #48719 (PR at idiom lints for removingextern crate#50260)Bugs