-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[unused_enumerate_index
]: don't ICE on empty tuples
#11756
Conversation
r? @Manishearth (rustbot has picked a reviewer for you, use r? to override) |
I'm not sure if this affects beta, looks like this only popped up right after the sync that merged today. |
oh right |
yeah, no beta ICE, we might still want to backport the fix directly into rust-lang/rust master though :) |
@bors r+ |
Yeah let's backport into rust-lang/rust |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
…troalbini [beta] Clippy beta backport PR towards stable, as beta was branched a day early and I missed the notification. - rust-lang/rust-clippy#11538 - rust-lang/rust-clippy#11756 - rust-lang/rust-clippy#11760 - rust-lang/rust-clippy#11953 r? `@pietroalbini`
…troalbini [beta] Clippy beta backport PR towards stable, as beta was branched a day early and I missed the notification. - rust-lang/rust-clippy#11538 - rust-lang/rust-clippy#11756 - rust-lang/rust-clippy#11760 - rust-lang/rust-clippy#11953 r? `@pietroalbini`
Fixes #11755
changelog: [
unused_enumerate_index
]: don't ICE on empty tuplesI'm going to nominate for beta backport because the code that is needed to trigger this seems likely to occur in real code
@rustbot label +beta-nominated