We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70cc53 commit 195c6b4Copy full SHA for 195c6b4
src/test/run-pass/epoch-gate-feature.rs
@@ -11,7 +11,7 @@
11
// Checks if the correct registers are being used to pass arguments
12
// when the sysv64 ABI is specified.
13
14
-// compile-flags: -Zedition=2018
+#![feature(rust_2018_preview)]
15
16
pub trait Foo {}
17
0 commit comments