Skip to content

Commit f8e3da5

Browse files
committed
run test only on 64bit
1 parent 11763d4 commit f8e3da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/mir-opt/inline/inline-into-box-place.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// ignore-tidy-linelength
22
// ignore-wasm32-bare compiled with panic=abort by default
33
// compile-flags: -Z mir-opt-level=3
4+
// only-64bit FIXME: the mir representation of RawVec depends on ptr size
45
#![feature(box_syntax)]
56

67
fn main() {

0 commit comments

Comments
 (0)