Skip to content

Commit

Permalink
Bless a miri test
Browse files Browse the repository at this point in the history
After moving some `Box` internals to a different module,
the path in the diagnostic changed.
  • Loading branch information
WaffleLapkin authored and workingjubilee committed Oct 28, 2024
1 parent b2f335e commit f0744ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/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 f0744ca

Please sign in to comment.