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
The span associated to the expression in
fn test() { a? }
includes the closing brace, which it should not.
Found this after @erikjohnson mentioned a fatal error in rustfmt here.
I'm working on a patch for this.
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#32711 - marcusklaas:try-shorthand-span-fix,…
a2a2cfd
… r=nagisa Fix the span for try shorthand expressions My five character contribution to the rust parser! Fixes rust-lang#32709.
Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisa
3fb3cf3
Fix the span for try shorthand expressions My five character contribution to the rust parser! Fixes #32709.
28c9fda
No branches or pull requests
The span associated to the expression in
includes the closing brace, which it should not.
Found this after @erikjohnson mentioned a fatal error in rustfmt here.
I'm working on a patch for this.
The text was updated successfully, but these errors were encountered: