mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
4a56a45083
Migration of LintDiagnostic - part 5 Part of https://github.com/rust-lang/rust/issues/153099. With this, `rust_lint` is finally done, although the change of API of `decorate_builtin_lint` impacted a few other crates, although minimal, still needed to be mentioned. r? @JonathanBrouwer