about summary refs log tree commit diff
path: root/compiler/rustc_session/src/lib.rs
diff options
context:
space:
mode:
authorLuis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com>2022-08-22 08:28:50 +0200
committerLuis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com>2022-08-26 16:10:11 +0200
commitd5262a945246a624113faaadbbdae4ec5013c862 (patch)
tree5a822b5196246bfdbc3dbb9a7574ace5730946d6 /compiler/rustc_session/src/lib.rs
parent706452eba74026c51e8d0fa30aee2497c69eafc0 (diff)
downloadrust-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.rs2
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;