diff options
| author | Markus Reiter <me@reitermark.us> | 2024-04-21 18:41:45 +0200 | 
|---|---|---|
| committer | Markus Reiter <me@reitermark.us> | 2024-04-22 18:48:47 +0200 | 
| commit | 33e68aadc975c60bf975789f70156e67082e8910 (patch) | |
| tree | 4e510b113ef352e4dc0c984944dcedd3b52e10e3 /compiler/rustc_data_structures/src/lib.rs | |
| parent | f22a0c2d9f9cd83dfe84b65e9fa1b3fa8303c7b5 (diff) | |
| download | rust-33e68aadc975c60bf975789f70156e67082e8910.tar.gz rust-33e68aadc975c60bf975789f70156e67082e8910.zip | |
Stabilize generic `NonZero`.
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index b82a9a909e6..2b799d6f5d3 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -20,7 +20,6 @@ #![feature(cfg_match)] #![feature(core_intrinsics)] #![feature(extend_one)] -#![feature(generic_nonzero)] #![feature(hash_raw_entry)] #![feature(hasher_prefixfree_extras)] #![feature(lazy_cell)] | 
