Skip to content

Commit ef2f6ab

Browse files
committed
ADD - diagnostics lints to symbol_mangling module
1 parent 8f5fada commit ef2f6ab

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

compiler/rustc_symbol_mangling/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
#![feature(never_type)]
9292
#![recursion_limit = "256"]
9393
#![allow(rustc::potential_query_instability)]
94+
#![deny(rustc::untranslatable_diagnostic)]
95+
#![deny(rustc::diagnostic_outside_of_impl)]
9496

9597
#[macro_use]
9698
extern crate rustc_middle;

0 commit comments

Comments
 (0)