Update to last Emitter update
This commit is contained in:
parent
9754bcb535
commit
e35e27659d
@ -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…
x
Reference in New Issue
Block a user