Migrate rustc_plugin_impl to SessionDiagnostic
This commit is contained in:
parent
a8a33cf271
commit
8c2413c4c6
7 changed files with 35 additions and 11 deletions
|
@ -8,9 +8,12 @@
|
|||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![recursion_limit = "256"]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
use rustc_lint::LintStore;
|
||||
|
||||
mod errors;
|
||||
pub mod load;
|
||||
|
||||
/// Structure used to register plugins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue