Skip to content

Commit

Permalink
Deny diagnostic lints in rustc_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiFire13 committed Aug 22, 2022
1 parent b411ade commit ccc1a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#![feature(once_cell)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]

mod callbacks;
mod errors;
Expand Down

0 comments on commit ccc1a4b

Please sign in to comment.