-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Temporarily disable rustfmt integration test #5461
Temporarily disable rustfmt integration test #5461
Conversation
Running rustfmt from master is currently broken: rust-lang/rust#71077
Hmm, we clone the rustfmt repo and run clippy on it to see if clippy crashes, right? |
Yeah, I was thinking the same, but we have an explicit panic for this here? rust-clippy/tests/integration.rs Line 67 in e29d550
|
Ah, looks like we added this in #3552 because the E0463 error was not causing the build to fail. |
Ah ok. |
@bors r=matthiaskrgr |
📌 Commit a4deb5a has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Running rustfmt from master is currently broken and fails our bors build:
rust-lang/rust#71077
changelog: none