Update to last Emitter update
This commit is contained in:
parent
9754bcb535
commit
e35e27659d
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ pub fn format_input<T: Write>(
|
|||
let silent_emitter = Box::new(EmitterWriter::new(
|
||||
Box::new(Vec::new()),
|
||||
Some(codemap.clone()),
|
||||
false,
|
||||
));
|
||||
parse_session.span_diagnostic = Handler::with_emitter(true, false, silent_emitter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue