-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
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
run rustfmt on test/run-fail folder #33897
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
//[foo] error-pattern:bar | ||
//[bar] error-pattern:foo | ||
// [foo] error-pattern:bar | ||
// [bar] error-pattern:foo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may break these tests because compiletest currently searches for literally "//["
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to manually fix this for now. I intend to change the default to not touch comments in the next release of rustfmt, so long term (well, medium term) it shouldn't be a problem
cc @nrc |
@alexcrichton @nrc manually fixed. Take a look. |
@bors: retry |
er, that was just muscle memory... r? @nrc |
@bors: r+ |
📌 Commit 73ef372 has been approved by |
@bors rollup |
run rustfmt on test/run-fail folder
No description provided.