Skip to content

Commit 9b82f20

Browse files
committed
bless miri test
I'm not sure why the span improved but that's nice!
1 parent 83339bf commit 9b82f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LL | let local = 0;
1414
help: ALLOC was deallocated here:
1515
--> tests/fail/tail_calls/dangling-local-var.rs:LL:CC
1616
|
17-
LL | }
18-
| ^
17+
LL | become g(ptr)
18+
| ^^^^^^^^^^^^^
1919
= note: BACKTRACE (of the first span):
2020
= note: inside `g` at tests/fail/tail_calls/dangling-local-var.rs:LL:CC
2121
note: inside `main`

0 commit comments

Comments
 (0)