mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00

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`