Add a useful comment.
It took me a while to work this out.
This commit is contained in:
parent
9ff4487999
commit
58f45059a5
@ -279,6 +279,7 @@ struct UnusedExterns<'a> {
|
||||
}
|
||||
|
||||
impl Diagnostic {
|
||||
/// Converts from `rustc_errors::DiagInner` to `Diagnostic`.
|
||||
fn from_errors_diagnostic(diag: crate::DiagInner, je: &JsonEmitter) -> Diagnostic {
|
||||
let args = to_fluent_args(diag.args.iter());
|
||||
let sugg = diag.suggestions.iter().flatten().map(|sugg| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user