mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
ADD - diagnostics lints to symbol_mangling module
This commit is contained in:
parent
8f5fada86d
commit
ef2f6ab55e
@ -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…
Reference in New Issue
Block a user