Skip to content

Commit 0ed3b68

Browse files
committed
Allow internal_features in rustc_codegen_gcc examples
1 parent 61f62f1 commit 0ed3b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/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)