rust/src/librustc_lint
Alex Crichton d636aec351 Rename the 2018 edition lint names
* `rust_2018_breakage` -> `rust_2018_compatibility` - the lint for ensuring
  that your code, in the 2015 edition, is compatible with the 2018 edition's
  semantics. This is required to pass *before* you enable the 2018 edition.
* `rust_2018_migration` -> `rust_2018_idioms` - the lint for writing idiomatic
  code after you've already enabled the 2018 edition
2018-05-10 11:28:11 -07:00
..
bad_style.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
builtin.rs Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs Rename the 2018 edition lint names 2018-05-10 11:28:11 -07:00
types.rs Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
unused.rs in which the must-use additional messaging is tucked into a note 2018-05-06 21:51:23 -07:00