diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-07-28 01:28:39 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2024-07-28 03:11:54 +0800 |
| commit | ec0b3540925af3cab9c38b0344902d48edb9d5b8 (patch) | |
| tree | 65a605b3942070103328851c2adc5c8fdb4cdd35 /compiler/rustc_codegen_gcc | |
| parent | 8fe0c753f23e7050b87a444b6622caf4d2272d5d (diff) | |
| download | rust-ec0b3540925af3cab9c38b0344902d48edb9d5b8.tar.gz rust-ec0b3540925af3cab9c38b0344902d48edb9d5b8.zip | |
stabilize `is_sorted`
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/std_example.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/example/std_example.rs b/compiler/rustc_codegen_gcc/example/std_example.rs index 8ab8fcc525e..9e43b4635f0 100644 --- a/compiler/rustc_codegen_gcc/example/std_example.rs +++ b/compiler/rustc_codegen_gcc/example/std_example.rs @@ -1,5 +1,5 @@ #![allow(internal_features)] -#![feature(core_intrinsics, coroutines, coroutine_trait, is_sorted, stmt_expr_attributes)] +#![feature(core_intrinsics, coroutines, coroutine_trait, stmt_expr_attributes)] #[cfg(feature="master")] #[cfg(target_arch="x86_64")] |
