diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-04-22 20:26:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 20:26:00 +0200 |
| commit | 6a326d889a7076936fa1baeee16cfce6e72e1c24 (patch) | |
| tree | 593b2b8202160eb2246cea336d25a1e6b064999b /compiler/rustc_query_system | |
| parent | 17c28799f31c309a246a00f1374f7efc0801a802 (diff) | |
| parent | 33e68aadc975c60bf975789f70156e67082e8910 (diff) | |
| download | rust-6a326d889a7076936fa1baeee16cfce6e72e1c24.tar.gz rust-6a326d889a7076936fa1baeee16cfce6e72e1c24.zip | |
Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay
Stabilize generic `NonZero`. Tracking issue: https://github.com/rust-lang/rust/issues/120257 r? `@dtolnay`
Diffstat (limited to 'compiler/rustc_query_system')
| -rw-r--r-- | compiler/rustc_query_system/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs index 6a959a99e5d..416f556f57d 100644 --- a/compiler/rustc_query_system/src/lib.rs +++ b/compiler/rustc_query_system/src/lib.rs @@ -1,6 +1,5 @@ #![feature(assert_matches)] #![feature(core_intrinsics)] -#![feature(generic_nonzero)] #![feature(hash_raw_entry)] #![feature(min_specialization)] #![feature(let_chains)] |
