Remove error annotations stderr
they still showed up in multiline messages
This commit is contained in:
parent
f3496cbe4b
commit
a64f9e7250
@ -106,6 +106,8 @@ macro_rules! regexes {
|
||||
"[^ `]*/(rust[^/]*|checkout)/library/" => "RUSTLIB/",
|
||||
// erase platform file paths
|
||||
"sys/[a-z]+/" => "sys/PLATFORM/",
|
||||
// erase error annotations
|
||||
"//(\\[[a-z,]+\\])?~.*" => "",
|
||||
}
|
||||
|
||||
fn ui(mode: Mode, path: &str) -> Result<()> {
|
||||
|
@ -4,8 +4,8 @@ error: abnormal termination: the program aborted execution
|
||||
--> $DIR/exported_symbol_bad_unwind2.rs:LL:CC
|
||||
|
|
||||
LL | / extern "C-unwind" fn nounwind() {
|
||||
LL | | //[definition]~^ ERROR: abnormal termination: the program aborted execution
|
||||
LL | | //[both]~^^ ERROR: abnormal termination: the program aborted execution
|
||||
LL | |
|
||||
LL | |
|
||||
LL | | panic!();
|
||||
LL | | }
|
||||
| |_^ the program aborted execution
|
||||
|
@ -4,8 +4,8 @@ error: abnormal termination: the program aborted execution
|
||||
--> $DIR/exported_symbol_bad_unwind2.rs:LL:CC
|
||||
|
|
||||
LL | / extern "C-unwind" fn nounwind() {
|
||||
LL | | //[definition]~^ ERROR: abnormal termination: the program aborted execution
|
||||
LL | | //[both]~^^ ERROR: abnormal termination: the program aborted execution
|
||||
LL | |
|
||||
LL | |
|
||||
LL | | panic!();
|
||||
LL | | }
|
||||
| |_^ the program aborted execution
|
||||
|
Loading…
Reference in New Issue
Block a user