rust/compiler/rustc_const_eval
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
..
src Auto merge of #148537 - oli-obk:push-yxuttqrqqyvu, r=dianqk 2026-02-12 13:23:22 +00:00
Cargo.toml Convert to inline diagnostics in rustc_const_eval 2026-02-06 22:55:58 +01:00