diff options
| author | Luis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com> | 2022-08-22 08:28:50 +0200 |
|---|---|---|
| committer | Luis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com> | 2022-08-26 16:10:11 +0200 |
| commit | d5262a945246a624113faaadbbdae4ec5013c862 (patch) | |
| tree | 5a822b5196246bfdbc3dbb9a7574ace5730946d6 /compiler/rustc_session/src/lib.rs | |
| parent | 706452eba74026c51e8d0fa30aee2497c69eafc0 (diff) | |
| download | rust-d5262a945246a624113faaadbbdae4ec5013c862.tar.gz rust-d5262a945246a624113faaadbbdae4ec5013c862.zip | |
translations(rustc_session): migrate 80% of the file parse.rs
This commit migrates around 80% of the parse file to use SsessionDiagnostic We still have to migrate struct_err and struct_warn.
Diffstat (limited to 'compiler/rustc_session/src/lib.rs')
| -rw-r--r-- | compiler/rustc_session/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/lib.rs b/compiler/rustc_session/src/lib.rs index 113bd85135e..3f098078173 100644 --- a/compiler/rustc_session/src/lib.rs +++ b/compiler/rustc_session/src/lib.rs @@ -8,8 +8,6 @@ #![feature(map_many_mut)] #![recursion_limit = "256"] #![allow(rustc::potential_query_instability)] -#![deny(rustc::untranslatable_diagnostic)] -#![deny(rustc::diagnostic_outside_of_impl)] #[macro_use] extern crate rustc_macros; |
