We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Once #28105 is fixed, there’s still an issue of both continue and break keyword spans including a token after the keyword into a span.
continue
break
e.g. for
fn main() { break }
span includes the closing brakcet
<anon>:1 fn main() { break } ^~~~~~~