-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Trait with a lifetime parameter, associated constant, and an associated type can trigger an ICE #84659
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
Comments
Also occurs on stable! Regression from 1.50 to 1.51 @rustbot modify labels: -requires-nightly +regression-from-stable-to-stable |
Bisected: searched nightlies: from nightly-2020-01-01 to nightly-2021-04-29 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --test-dir=. --start=2020-01-01 --regress=ice |
|
@hameerabbasi just because something is gated doesn't mean it can't crash on stable ;) |
We briefly discussed this on Zulip. @hellow554 I'd revert some labels here because we think this is a nightly-only issue due to the unstable @rustbot modify labels: +requires-nightly -regression-from-stable-to-stable +P-medium |
@apiraino sure enough ;) but just to be clear, even without |
Okay so this is a bit complicated. Because while this does has Given that, I think the current labels are appropriate, except maybe |
Issue: rust-lang/rust#84659
With |
No longer ICEs since #88369 as far as I could tell with various combinations of the new feature gates |
The code below will trigger an ICE on the latest nightly build
This is as small as i could make it while still triggering the error
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: