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
To Reproduce Enter this into the editor of your choice
fn broken() ->u32 { const x = u32:1 + // keep me u32:2; x }
Then format it.
Expected behavior
The output is the input.
Actual behavior The comment is deleted:
fn broken() -> u32 { const x = u32:1 + u32:2; x }
The text was updated successfully, but these errors were encountered:
Similar for unary operator, cast, etc.
Sorry, something went wrong.
Add an 'operator' span to Binop and Unop.
96a1ab0
This will unlock fixing #1739 PiperOrigin-RevId: 700439097
dplassgit
No branches or pull requests
To Reproduce
Enter this into the editor of your choice
Then format it.
Expected behavior
The output is the input.
Actual behavior
The comment is deleted:
The text was updated successfully, but these errors were encountered: