Add internal diagnistics lints
This commit is contained in:
parent
83a724eab5
commit
40c5184eec
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
//! to this crate.
|
||||
|
||||
#![feature(let_else)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_macros;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue