We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dfb92 commit 27f262dCopy full SHA for 27f262d
tests/mir-opt/const_prop/offset_of.rs
@@ -2,7 +2,7 @@
2
// unit-test: ConstProp
3
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
4
5
-#![feature(offset_of)]
+#![feature(offset_of, offset_of_enum)]
6
7
use std::marker::PhantomData;
8
use std::mem::offset_of;
0 commit comments