Skip to content

Commit 50ee33d

Browse files
committed
mod.rs ini
1 parent 2c28796 commit 50ee33d

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_borrowck/src/diagnostics

1 file changed

+2
-0
lines changed

compiler/rustc_borrowck/src/diagnostics/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(rustc::untranslatable_diagnostic)]
2+
#![deny(rustc::diagnostic_outside_of_impl)]
13
//! Borrow checker diagnostics.
24
35
use itertools::Itertools;

0 commit comments

Comments
 (0)