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
x fmt
While working on rustc I've noticed that x fmt doesn't format some obviously misformatted code.
rustc
Here is the code: rust-lang/rust#92164 (comment)
The text was updated successfully, but these errors were encountered:
Duplicate of #3863, closing accordingly.
Try manually splitting the string lit so that it's actually possible to fit within the max_width boundary
"the `#[rustc_must_implement_one_of]` attribute must be used with at least 2 method names",
Sorry, something went wrong.
No branches or pull requests
While working on
rustc
I've noticed thatx fmt
doesn't format some obviously misformatted code.Here is the code: rust-lang/rust#92164 (comment)
The text was updated successfully, but these errors were encountered: