Skip to content

Commit 7264379

Browse files
authored
Merge pull request #4001 from rust-lang/rustup-2024-10-30
Automatic Rustup
2 parents f5c38d6 + 65831f8 commit 7264379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
814df6e50eaf89b90793e7d9618bb60f1f18377a
1+
16422dbd8958179379214e8f43fdb73a06b2eada

tests/fail/coroutine-pinned-moved.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ note: inside `<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-p
2323
|
2424
LL | match me.resume(()) {
2525
| ^^^^^^^^^^^^^
26-
= 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
26+
= 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
2727
note: inside `main`
2828
--> tests/fail/coroutine-pinned-moved.rs:LL:CC
2929
|

0 commit comments

Comments
 (0)