diff options
| author | Luis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com> | 2022-09-01 08:03:47 +0200 | 
|---|---|---|
| committer | Luis Cardoso <61982523+LuisCardosoOliveira@users.noreply.github.com> | 2022-09-10 08:19:17 +0200 | 
| commit | 329d5014b6a773d819e6cd56d5930a204bed7983 (patch) | |
| tree | 1276ba3a311bd74d995b6ab5f702713328c2580f /compiler/rustc_session/src/lib.rs | |
| parent | b0cfeec2931cfb3bc9f8b11510684fb2fedee731 (diff) | |
| download | rust-329d5014b6a773d819e6cd56d5930a204bed7983.tar.gz rust-329d5014b6a773d819e6cd56d5930a204bed7983.zip | |
translations(rustc_session): migrate output.rs
Diffstat (limited to 'compiler/rustc_session/src/lib.rs')
| -rw-r--r-- | compiler/rustc_session/src/lib.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/compiler/rustc_session/src/lib.rs b/compiler/rustc_session/src/lib.rs index 02d5d33c8d5..b9b243f6f08 100644 --- a/compiler/rustc_session/src/lib.rs +++ b/compiler/rustc_session/src/lib.rs @@ -9,6 +9,8 @@ #![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; | 
