1
Fork 0

Rename DiagnosticMessage as DiagMessage.

This commit is contained in:
Nicholas Nethercote 2024-02-29 11:58:51 +11:00
parent d849f5c225
commit 18715c98c6
49 changed files with 253 additions and 261 deletions

View file

@ -165,7 +165,7 @@ impl<'a> LintDiagnosticDerive<'a> {
#implementation;
}
fn msg(&self) -> rustc_errors::DiagnosticMessage {
fn msg(&self) -> rustc_errors::DiagMessage {
#msg
}
}