diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-07-28 08:57:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 08:57:17 +0200 |
| commit | 99204047c925ba5212ef62cbbd57b823dda8296b (patch) | |
| tree | c09d357ec929424b3c6f3ebe0de2dd306e70c135 /compiler/rustc_codegen_gcc/example/std_example.rs | |
| parent | 13b7c230d8ff46be24e764d707a540e8c91b7183 (diff) | |
| parent | ec0b3540925af3cab9c38b0344902d48edb9d5b8 (diff) | |
| download | rust-99204047c925ba5212ef62cbbd57b823dda8296b.tar.gz rust-99204047c925ba5212ef62cbbd57b823dda8296b.zip | |
Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay
Stabilize `is_sorted` Closes: https://github.com/rust-lang/rust/issues/53485. ~~Question: does~~ https://github.com/rust-lang/rust/blob/8fe0c753f23e7050b87a444b6622caf4d2272d5d/compiler/rustc_lint_defs/src/builtin.rs#L1986-L1994 ~~need a new example?~~ edit: It causes a test failure and needs to be changed anyway. ``@rustbot`` label: +T-libs-api r? libs-api
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
| -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")] |
