mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
69dc318464
Cleanup unused diagnostic emission methods Part of https://github.com/rust-lang/rust/issues/153099. To remove `lint_level`, we need to remove all functions calling it. One of them is `TyCtxt::node_span_lint`, so removing it. r? @JonathanBrouwer