Add internal diagnistics lints
This commit is contained in:
parent
83a724eab5
commit
40c5184eec
@ -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…
Reference in New Issue
Block a user