mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
3ed43bb774
Remove `TyCtxt::node_lint` method and `rustc_middle::lint_level` function Part of https://github.com/rust-lang/rust/issues/153099. With this PR, we can finally get rid of `lint_level`. \o/ r? @JonathanBrouwer
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.