Skip to content

Commit ccc1a4b

Browse files
committed
Deny diagnostic lints in rustc_interface
1 parent b411ade commit ccc1a4b

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_interface/src

1 file changed

+2
-0
lines changed

compiler/rustc_interface/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#![feature(once_cell)]
66
#![recursion_limit = "256"]
77
#![allow(rustc::potential_query_instability)]
8+
#![deny(rustc::untranslatable_diagnostic)]
9+
#![deny(rustc::diagnostic_outside_of_impl)]
810

911
mod callbacks;
1012
mod errors;

0 commit comments

Comments
 (0)