-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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-trait-system
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
Maybe related to #78823 |
Bisection:
|
Looks like #81995 |
ICE happens on stable and also even without the @rustbot label regression-from-stable-to-stable, A-traits |
Assigning priority as discussed in the Zulip thread of the Prioritization Working Group. @rustbot label -I-prioritize +P-low |
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-trait-system
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: