UPDATE - rename DiagnosticHandler macro to Diagnostic
This commit is contained in:
parent
191fac6826
commit
a3396b2070
34 changed files with 484 additions and 484 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue