Skip to content

Commit 3cfff05

Browse files
committed
Allow internal_features in rustc_codegen_gcc examples
1 parent 19e1176 commit 3cfff05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/std_example.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(internal_features)]
12
#![feature(core_intrinsics, coroutines, coroutine_trait, is_sorted)]
23

34
#[cfg(feature="master")]

0 commit comments

Comments
 (0)