diff options
| author | Charles Lew <crlf0710@gmail.com> | 2022-10-29 18:03:47 +0800 |
|---|---|---|
| committer | Charles Lew <crlf0710@gmail.com> | 2022-10-29 18:03:47 +0800 |
| commit | 3b6b6047b6d60879c589b4ad52badfc5752624ac (patch) | |
| tree | 960b49d3251c7d64f6c227cba74e5af4eb52ea6b /compiler/rustc_passes/src | |
| parent | 33b55ac39fa633d0983fad014469e1036669bf28 (diff) | |
| download | rust-3b6b6047b6d60879c589b4ad52badfc5752624ac.tar.gz rust-3b6b6047b6d60879c589b4ad52badfc5752624ac.zip | |
Lint against usages of `struct_span_lint_hir`.
Diffstat (limited to 'compiler/rustc_passes/src')
| -rw-r--r-- | compiler/rustc_passes/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_passes/src/lib.rs b/compiler/rustc_passes/src/lib.rs index 15f60f626c8..6e621b7eb5e 100644 --- a/compiler/rustc_passes/src/lib.rs +++ b/compiler/rustc_passes/src/lib.rs @@ -5,8 +5,6 @@ //! This API is completely unstable and subject to change. #![allow(rustc::potential_query_instability)] -#![deny(rustc::untranslatable_diagnostic)] -#![deny(rustc::diagnostic_outside_of_impl)] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(iter_intersperse)] #![feature(let_chains)] |
