-
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
thread 'rustc' panicked at 'Box<Any>': associated type missing default #86483
Labels
A-GATs
Area: Generic associated types (GATs)
A-traits
Area: Trait system
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Luro02
added
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Jun 20, 2021
Maybe related to #78823 |
Bisection:
|
jonas-schievink
added
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Jun 20, 2021
Looks like #81995 |
ICE happens on stable and also even without the @rustbot label regression-from-stable-to-stable, A-traits |
rustbot
added
A-traits
Area: Trait system
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
labels
Jun 20, 2021
Assigning priority as discussed in the Zulip thread of the Prioritization Working Group. @rustbot label -I-prioritize +P-low |
apiraino
added
P-low
Low priority
and removed
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Jun 23, 2021
m-ou-se
added a commit
to m-ou-se/rust
that referenced
this issue
Jun 24, 2021
Do not panic in `return_type_impl_trait` Fixes rust-lang#86483
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-GATs
Area: Generic associated types (GATs)
A-traits
Area: Trait system
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
playground
Meta
The ICE happens on
nightly
,beta
andstable
:rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: