-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove #[derive(Show)] #29148
Remove #[derive(Show)] #29148
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Starting a crater run |
Crater reports one regression currently. At least good to know that it's not widespread! Given the low amount of breakage and the fact that warnings have been in place for quite some time I'm going to r+, thanks @petrochenkov! |
⌛ Testing commit 025cf75 with merge 93ab95e... |
💔 Test failed - auto-linux-64-nopt-t |
The failure looks spurious. |
`derive(Show)` has been deprecated for a while. This is the only regression detected by crater. See also [the pull request that will break this crate](rust-lang/rust#29148 (comment))
@bors: retry On Tue, Oct 20, 2015 at 4:12 AM, Vadim Petrochenkov <
|
⌛ Testing commit 025cf75 with merge 5f90a0a... |
@bors: retry force |
Closes #29145 [breaking-change], needs a crater run.
Closes #29145
[breaking-change], needs a crater run.