-
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
fix breakage from rust-lang/rust#57088 #3581
Conversation
36 | | FoodGood, | ||
37 | | FoodMiddle, | ||
38 | | FoodBad, | ||
39 | | } |
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.
By the way, why doesn't clippy use -Z ui-testing
?
In the compiler it's used quite successfully to avoid this kind of churn in UI test outputs.
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 never knew this flag existed. But yes, Clippy should use this flag.
@bors r+ p=10 |
📌 Commit cd602c8 has been approved by |
fix breakage from rust-lang/rust#57088
☀️ Test successful - status-appveyor, status-travis |
Use the -Zui-testing flag for compile-test tests Like `@petrochenkov` suggested in #3581 (comment)
No description provided.