Migrate all diagnostics
This commit is contained in:
parent
2459569776
commit
c65ebae221
58 changed files with 1279 additions and 1318 deletions
|
@ -3,7 +3,7 @@ use rustc_macros::Diagnostic;
|
|||
use std::path::Path;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(save_analysis::could_not_open)]
|
||||
#[diag(save_analysis_could_not_open)]
|
||||
pub(crate) struct CouldNotOpen<'a> {
|
||||
pub file_name: &'a Path,
|
||||
pub err: std::io::Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue