diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-01-24 19:33:15 +0100 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-01-24 19:37:40 +0100 |
| commit | 9b82f2026133642f884ff9f019edcf9eb270894b (patch) | |
| tree | 7b9fba4fa64c16df0211147d0d7ede6780d065e4 | |
| parent | 83339bf37291758a243a894db9418e989f0e0818 (diff) | |
| download | rust-9b82f2026133642f884ff9f019edcf9eb270894b.tar.gz rust-9b82f2026133642f884ff9f019edcf9eb270894b.zip | |
bless miri test
I'm not sure why the span improved but that's nice!
| -rw-r--r-- | src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr b/src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr index 6acd69ab3f8..33e1e53ea06 100644 --- a/src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr +++ b/src/tools/miri/tests/fail/tail_calls/dangling-local-var.stderr @@ -14,8 +14,8 @@ LL | let local = 0; help: ALLOC was deallocated here: --> tests/fail/tail_calls/dangling-local-var.rs:LL:CC | -LL | } - | ^ +LL | become g(ptr) + | ^^^^^^^^^^^^^ = note: BACKTRACE (of the first span): = note: inside `g` at tests/fail/tail_calls/dangling-local-var.rs:LL:CC note: inside `main` |
