mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
94241e7eaf
Remove bounds check when array is indexed by enum As the title says, this reverts the behavior introduced with 1.64. Fixes #102303 r? `@oli-obk`