Unchecked array indices with --emit=metadata #51491
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is a spinoff of Issue #51308.
Using:
On this code:
Compiling with:
rustc test.rs
I get:
Compiling with
rustc --emit=metadata test.rs
I get no errors.The text was updated successfully, but these errors were encountered: