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: src/tools/miri/tests/fail/dangling_pointers/dangling_primitive.stderr
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ help: ALLOC was deallocated here:
16
16
|
17
17
LL | };
18
18
| ^
19
-
= note: this error originates in the macro `$crate::macros::dbg_internal` which comes from the expansion of the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
20
19
21
20
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
= note: this note originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail/function_calls/return_pointer_on_unwind.stderr
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ LL | dbg!(x.0);
11
11
|
12
12
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
13
13
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
14
-
= note: this error originates in the macro `$crate::macros::dbg_internal` which comes from the expansion of the macro `dbg` (in Nightly builds, run with -Z macro-backtrace for more info)
15
14
16
15
Uninitialized memory occurred at ALLOC[0x0..0x4], in this allocation:
0 commit comments