Files
rust/library
bors bb8b30a5fc Auto merge of #148537 - oli-obk:push-yxuttqrqqyvu, r=dianqk
Start using pattern types in libcore (NonZero and friends)

part of rust-lang/rust#136006 

This PR only changes the internal representation of `NonZero`, `NonMax`, ... and other integral range types in libcore. This subsequently affects other types made up of it, but nothing really changes except that the field of `NonZero` is now accessible safely in contrast to the `rustc_layout_scalar_range_start` attribute, which has all kinds of obscure rules on how to properly access its field.
2026-02-12 13:23:22 +00:00
..
2026-02-11 14:13:44 +01:00
2026-01-26 10:57:35 +00:00
2026-02-06 21:26:46 +00:00
2025-07-01 10:55:49 -07:00
2026-02-11 14:13:44 +01:00
2026-01-26 10:59:16 +00:00