mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
45272efec5
Map our diagnostics to rustc and clippy's ones And control their severity by lint attributes `#[allow]`, `#[deny]` and ... . It doesn't work with proc macros and I would like to fix that before merge but I don't know how to do it.