1
Fork 0

Migrate rustc_plugin_impl to SessionDiagnostic

This commit is contained in:
Peter Medus 2022-08-19 18:29:33 +01:00
parent a8a33cf271
commit 8c2413c4c6
7 changed files with 35 additions and 11 deletions

View file

@ -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.