* `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 |
||
|---|---|---|
| .. | ||
| bad_style.rs | ||
| builtin.rs | ||
| Cargo.toml | ||
| lib.rs | ||
| types.rs | ||
| unused.rs | ||