mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Bless a miri test
After moving some `Box` internals to a different module, the path in the diagnostic changed.
This commit is contained in:
parent
b2f335ea99
commit
f0744ca357
@ -23,7 +23,7 @@ note: inside `<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-p
|
|||||||
|
|
|
|
||||||
LL | match me.resume(()) {
|
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`
|
note: inside `main`
|
||||||
--> tests/fail/coroutine-pinned-moved.rs:LL:CC
|
--> tests/fail/coroutine-pinned-moved.rs:LL:CC
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user