rust/compiler/rustc_lint_defs
Aaron Hill 02e4d0b3b5
Make all proc-macro back-compat lints deny-by-default
The affected crates have had plenty of time to update.
By keeping these as lints rather than making them hard errors,
we ensure that downstream crates will still be able to compile,
even if they transitive depend on broken versions of the affected
crates.

This should hopefully discourage anyone from writing any
new code which relies on the backwards-compatibility behavior.
2021-10-18 13:17:05 -05:00
..
src Make all proc-macro back-compat lints deny-by-default 2021-10-18 13:17:05 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00