One missed array bound test elision #72462
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Perhaps I'm missing something, but I think in this code rustc should not add a bound test:
Currently it generates:
Using rustc
1.45.0-nightly 9310e3bd4 2020-05-21
.The text was updated successfully, but these errors were encountered: