1
Fork 0

UPDATE - rename DiagnosticHandler macro to Diagnostic

This commit is contained in:
Jhonny Bill Mena 2022-09-18 11:46:56 -04:00
parent 191fac6826
commit a3396b2070
34 changed files with 484 additions and 484 deletions

View file

@ -1,8 +1,8 @@
use rustc_macros::DiagnosticHandler;
use rustc_macros::Diagnostic;
use std::path::Path;
#[derive(DiagnosticHandler)]
#[derive(Diagnostic)]
#[diag(save_analysis::could_not_open)]
pub(crate) struct CouldNotOpen<'a> {
pub file_name: &'a Path,