Suggest ..=
when someone tries to create an overflowing range
#109529
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
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:
printing all numbers from 0 to 255 (inclusive)
Instead, this happened:
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: