"using _
for array lengths is unstable" error should suggest the number of elements
#100448
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=fe35b2f5f585f0303661ac61e880d1fe
The current output is:
Ideally, the output should suggest that this should be [i32; 3].
The text was updated successfully, but these errors were encountered: