We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 } ^~~~~~~
The text was updated successfully, but these errors were encountered:
I've got a fix for this!
Sorry, something went wrong.
Auto merge of #28117 - marcusklaas:continue-break, r=alexcrichton
b7b1dce
Fixes #28108.
No branches or pull requests
Once #28105 is fixed, there’s still an issue of both
continue
andbreak
keyword spans including a token after the keyword into a span.e.g. for
span includes the closing brakcet
The text was updated successfully, but these errors were encountered: