Do not capture stderr in the compiler. Instead just panic silently for fatal errors
This commit is contained in:
@@ -54,7 +54,7 @@ macro_rules! panictry {
|
||||
Ok(e) => e,
|
||||
Err(mut e) => {
|
||||
e.emit();
|
||||
panic!(FatalError);
|
||||
FatalError.raise()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user