Skip to content

Commit

Permalink
Merge pull request #4001 from rust-lang/rustup-2024-10-30
Browse files Browse the repository at this point in the history
Automatic Rustup
  • Loading branch information
RalfJung authored Oct 30, 2024
2 parents f5c38d6 + 65831f8 commit 7264379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
814df6e50eaf89b90793e7d9618bb60f1f18377a
16422dbd8958179379214e8f43fdb73a06b2eada
2 changes: 1 addition & 1 deletion tests/fail/coroutine-pinned-moved.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ note: inside `<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-p
|
LL | match me.resume(()) {
| ^^^^^^^^^^^^^
= note: inside `<std::boxed::Box<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-pinned-moved.rs:LL:CC}>> as std::iter::Iterator>::next` at RUSTLIB/alloc/src/boxed.rs:LL:CC
= note: inside `std::boxed::iter::<impl std::iter::Iterator for std::boxed::Box<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-pinned-moved.rs:LL:CC}>>>::next` at RUSTLIB/alloc/src/boxed/iter.rs:LL:CC
note: inside `main`
--> tests/fail/coroutine-pinned-moved.rs:LL:CC
|
Expand Down

0 comments on commit 7264379

Please sign in to comment.