Add replace_args
method for rustc_errors::diagnostic::Diagnostic
This commit is contained in:
parent
b4820a3b94
commit
3b949eb7c1
2 changed files with 5 additions and 3 deletions
|
@ -1792,9 +1792,7 @@ impl SharedEmitterMain {
|
|||
if let Some(code) = diag.code {
|
||||
d.code(code);
|
||||
}
|
||||
for (name, arg) in diag.args {
|
||||
d.set_arg(name, arg);
|
||||
}
|
||||
d.replace_args(diag.args);
|
||||
handler.emit_diagnostic(&mut d);
|
||||
}
|
||||
Ok(SharedEmitterMessage::InlineAsmError(cookie, msg, level, source)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue