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

@ -11,7 +11,6 @@ Rust MIR: a lowered representation of Rust.
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(decl_macro)]
#![feature(generic_nonzero)]
#![feature(let_chains)]
#![feature(slice_ptr_get)]
#![feature(strict_provenance)]