Bad span for range #27162
Labels
A-parser
Area: The lexing & parsing of Rust source code to an AST
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The span for the range in
is
0..10 {
, whereas it should be just0..10
.The text was updated successfully, but these errors were encountered: