Rename ParseSess::span_diagnostic
as ParseSess::dcx
.
This commit is contained in:
parent
9b1f87c7e8
commit
9df1576e1d
26 changed files with 89 additions and 98 deletions
|
@ -1208,7 +1208,7 @@ pub fn resolve_path(
|
|||
span,
|
||||
path: parse_sess.source_map().filename_for_diagnostics(&other).to_string(),
|
||||
}
|
||||
.into_diagnostic(&parse_sess.span_diagnostic));
|
||||
.into_diagnostic(&parse_sess.dcx));
|
||||
}
|
||||
};
|
||||
result.pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue