ADD - diagnostics lints to symbol_mangling module
This commit is contained in:
parent
8f5fada86d
commit
ef2f6ab55e
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@
|
|||
#![feature(never_type)]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
|
|
Loading…
Add table
Reference in a new issue