Bless stderr files after rustfmt
This commit is contained in:
parent
66e8751afc
commit
ee132c8d07
@ -3,8 +3,10 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
error: abnormal termination: the program aborted execution
|
||||
--> $DIR/abort-terminator.rs:LL:CC
|
||||
|
|
||||
LL | extern "C" fn panic_abort() { panic!() }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the program aborted execution
|
||||
LL | / extern "C" fn panic_abort() {
|
||||
LL | | panic!()
|
||||
LL | | }
|
||||
| |_^ the program aborted execution
|
||||
|
|
||||
= note: inside `panic_abort` at $DIR/abort-terminator.rs:LL:CC
|
||||
note: inside `main` at $DIR/abort-terminator.rs:LL:CC
|
||||
|
@ -12,7 +12,7 @@ LL | FREE();
|
||||
note: inside `main` at $DIR/global_system_mixup.rs:LL:CC
|
||||
--> $DIR/global_system_mixup.rs:LL:CC
|
||||
|
|
||||
LL | unsafe { System.deallocate(ptr, l); }
|
||||
LL | System.deallocate(ptr, l);
|
||||
| ^
|
||||
|
||||
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
|
||||
|
@ -11,7 +11,7 @@ LL | implement! { f32 }
|
||||
note: inside `main` at $DIR/simd-float-to-int.rs:LL:CC
|
||||
--> $DIR/simd-float-to-int.rs:LL:CC
|
||||
|
|
||||
LL | let _x : i32x2 = f32x2::from_array([f32::MAX, f32::MIN]).to_int_unchecked();
|
||||
LL | let _x: i32x2 = f32x2::from_array([f32::MAX, f32::MIN]).to_int_unchecked();
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
= note: this error originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user