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
fn execute_instruction(instruction: Instruction) { match instruction { RotateAccRight => {} , // RLA RotateAccLeftThroughCarry => {} } }
Rustfmt doesnt format this: playground
Interestinly: if you remove the , or // RLA, it does format the code
,
// RLA
The text was updated successfully, but these errors were encountered:
To add to this, it seems it's not just the single branch, but the whole match statement that doesn't get formatted.
Sorry, something went wrong.
Believe this is likely a dupe of #4119 but will leave open for now
No branches or pull requests
Rustfmt doesnt format this: playground
Interestinly: if you remove the
,
or// RLA
, it does format the codeThe text was updated successfully, but these errors were encountered: