You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/fail/alloc/global_system_mixup.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ LL | FREE();
6
6
|
7
7
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8
8
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9
-
= note: backtrace:
9
+
= note: BACKTRACE:
10
10
= note: inside `std::sys::PLATFORM::alloc::<impl std::alloc::GlobalAlloc for std::alloc::System>::dealloc` at RUSTLIB/std/src/sys/PLATFORM/alloc.rs:LL:CC
11
11
= note: inside `<std::alloc::System as std::alloc::Allocator>::deallocate` at RUSTLIB/std/src/alloc.rs:LL:CC
12
12
note: inside `main` at $DIR/global_system_mixup.rs:LL:CC
Copy file name to clipboardExpand all lines: tests/fail/concurrency/libc_pthread_create_too_few_args.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ LL | panic!()
6
6
|
7
7
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8
8
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9
-
= note: backtrace:
9
+
= note: BACKTRACE:
10
10
= note: inside `thread_start` at RUSTLIB/std/src/panic.rs:LL:CC
11
11
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: tests/fail/concurrency/libc_pthread_create_too_many_args.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ LL | panic!()
6
6
|
7
7
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8
8
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9
-
= note: backtrace:
9
+
= note: BACKTRACE:
10
10
= note: inside `thread_start` at RUSTLIB/std/src/panic.rs:LL:CC
11
11
= note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments