Lint against untranslatable diagnostics in rustc_codegen_gcc
This commit is contained in:
parent
5e0c53a679
commit
1ce482adda
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
#![recursion_limit="256"]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![warn(unused_lifetimes)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
extern crate rustc_apfloat;
|
||||
extern crate rustc_ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue