1
Fork 0

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`
This commit is contained in:
Guillaume Gomez 2024-04-22 20:26:00 +02:00 committed by GitHub
commit 6a326d889a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 69 additions and 111 deletions

View file

@ -63,7 +63,6 @@ This API is completely unstable and subject to change.
#![feature(rustdoc_internals)]
#![allow(internal_features)]
#![feature(control_flow_enum)]
#![feature(generic_nonzero)]
#![feature(if_let_guard)]
#![feature(is_sorted)]
#![feature(iter_intersperse)]