mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
dd01a163c1
Use some more `const_eval_select` in pointer methods for compile times Builds on top of #105435 `is_aligned_to` is _huge_ with calling `align_offset`, so this should cut it down a lot. This shows up in https://github.com/rust-lang/rust/issues/65031#issuecomment-1367574340