File tree 2 files changed +4
-3
lines changed
src/test/ui/consts/miri_unleashed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// compile-flags: -Zunleash-the-miri-inside-of-you
2
+ // ignore-x86 FIXME: missing sysroot spans (#53081)
2
3
#![ deny( const_err) ]
3
4
4
5
use std:: mem:: ManuallyDrop ;
Original file line number Diff line number Diff line change 1
1
warning: skipping const checks
2
- --> $DIR/drop.rs:17 :9
2
+ --> $DIR/drop.rs:18 :9
3
3
|
4
4
LL | let _v: Vec<i32> = Vec::new();
5
5
| ^^
@@ -14,10 +14,10 @@ LL | | real_drop_in_place(to_drop)
14
14
LL | | }
15
15
| |_^ calling non-const function `<std::vec::Vec<i32> as std::ops::Drop>::drop`
16
16
|
17
- ::: $DIR/drop.rs:19 :1
17
+ ::: $DIR/drop.rs:20 :1
18
18
|
19
19
LL | };
20
- | - inside call to `std::ptr::real_drop_in_place::<std::vec::Vec<i32>> - shim(Some(std::vec::Vec<i32>))` at $DIR/drop.rs:19 :1
20
+ | - inside call to `std::ptr::real_drop_in_place::<std::vec::Vec<i32>> - shim(Some(std::vec::Vec<i32>))` at $DIR/drop.rs:20 :1
21
21
22
22
error: aborting due to previous error
23
23
You can’t perform that action at this time.
0 commit comments