diff options
| author | Urgau <urgau@numericable.fr> | 2023-12-07 15:25:46 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-07 15:26:18 +0100 |
| commit | 0ed3b6850e44ef2febc3c3ebe88e8b2b0ed5e85e (patch) | |
| tree | f183e3eaeacd0d84afa3c12c684b8e9b51fe3250 /compiler/rustc_codegen_gcc/example | |
| parent | 61f62f19fe9bddd7e52e9c80fec9d402404a67b8 (diff) | |
| download | rust-0ed3b6850e44ef2febc3c3ebe88e8b2b0ed5e85e.tar.gz rust-0ed3b6850e44ef2febc3c3ebe88e8b2b0ed5e85e.zip | |
Allow internal_features in rustc_codegen_gcc examples
Diffstat (limited to 'compiler/rustc_codegen_gcc/example')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/std_example.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/example/std_example.rs b/compiler/rustc_codegen_gcc/example/std_example.rs index 0f6325c8980..ad69409eb65 100644 --- a/compiler/rustc_codegen_gcc/example/std_example.rs +++ b/compiler/rustc_codegen_gcc/example/std_example.rs @@ -1,3 +1,4 @@ +#![allow(internal_features)] #![feature(core_intrinsics, coroutines, coroutine_trait, is_sorted)] #[cfg(feature="master")] |
