Skip to content

Commit 195c6b4

Browse files
committed
Fix test
1 parent b70cc53 commit 195c6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/epoch-gate-feature.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Checks if the correct registers are being used to pass arguments
1212
// when the sysv64 ABI is specified.
1313

14-
// compile-flags: -Zedition=2018
14+
#![feature(rust_2018_preview)]
1515

1616
pub trait Foo {}
1717

0 commit comments

Comments
 (0)