mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
85d0cdfe34
Stop emitting UbChecks on every Vec→Slice Spotted this in rust-lang/rust#148766's test changes. It doesn't seem like this ubcheck would catch anything useful; let's see if skipping it helps perf. (After all, this is inside *every* `[]` on a vec, among other things.)