Deny diagnostic lints in rustc_interface
This commit is contained in:
parent
b411adec2a
commit
ccc1a4b7a1
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#![feature(once_cell)]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
mod callbacks;
|
||||
mod errors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue