Skip to content

Commit

Permalink
Merge pull request #4150 from rust-lang/rustup-2025-01-25
Browse files Browse the repository at this point in the history
Automatic Rustup
  • Loading branch information
saethlin authored Jan 25, 2025
2 parents 7faccd7 + 6f231a5 commit 94e390c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c9837df1dde9b234229709e89b3672bd3cf04a4
814ebca2931bd25384ade5018e1cbc403b13ec11
4 changes: 2 additions & 2 deletions tests/fail/tail_calls/dangling-local-var.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 94e390c

Please sign in to comment.