mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:17:20 +00:00
Constify `Index{,Mut}` for `[T]`, `str`, and `[T; N]`
Several panic functions were rewired (via `const_eval_select`) to simpler implementations that do not require formatting for compile-time usage.
r? ```@oli-obk```