Skip to content

Commit 94e390c

Browse files
authored
Merge pull request #4150 from rust-lang/rustup-2025-01-25
Automatic Rustup
2 parents 7faccd7 + 6f231a5 commit 94e390c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1c9837df1dde9b234229709e89b3672bd3cf04a4
1+
814ebca2931bd25384ade5018e1cbc403b13ec11

tests/fail/tail_calls/dangling-local-var.stderr

Lines changed: 2 additions & 2 deletions
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)