We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83339bf commit 9b82f20Copy full SHA for 9b82f20
src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr
@@ -14,8 +14,8 @@ LL | let local = 0;
14
help: ALLOC was deallocated here:
15
--> tests/fail/tail_calls/dangling-local-var.rs:LL:CC
16
|
17
-LL | }
18
- | ^
+LL | become g(ptr)
+ | ^^^^^^^^^^^^^
19
= note: BACKTRACE (of the first span):
20
= note: inside `g` at tests/fail/tail_calls/dangling-local-var.rs:LL:CC
21
note: inside `main`
0 commit comments