Incorrect error order for println! #78568
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-inference
Area: Type inference
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen:
Instead, this happened:
But eventually I will be able to see that once I use
{:?}
but users need to do an extra step to see the other warning.Meta
rustc --version --verbose
: stable 1.47.0 to nightly 1.49.0-nightly (2020-10-29 6bdae9e)The text was updated successfully, but these errors were encountered: