We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11763d4 commit f8e3da5Copy full SHA for f8e3da5
src/test/mir-opt/inline/inline-into-box-place.rs
@@ -1,6 +1,7 @@
1
// ignore-tidy-linelength
2
// ignore-wasm32-bare compiled with panic=abort by default
3
// compile-flags: -Z mir-opt-level=3
4
+// only-64bit FIXME: the mir representation of RawVec depends on ptr size
5
#![feature(box_syntax)]
6
7
fn main() {
0 commit comments