mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 23:40:48 +00:00
Remove `raw_os_nonzero` feature. This feature is superseded by a generic `NonZero` type: https://github.com/rust-lang/rust/issues/120257 Closes https://github.com/rust-lang/rust/issues/82363.