-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE: rustc_specialization_trait
and circular associated type
#102252
Labels
A-specialization
Area: Trait impl specialization
C-bug
Category: This is a bug.
F-rustc_attrs
Internal rustc attributes gated on the `#[rustc_attrs]` feature gate.
F-specialization
`#![feature(specialization)]`
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-internal-features
This issue requires the use of internal features.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Comments
ChaiTRex
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
Sep 25, 2022
It looks like it was introduced some time between 1.43.1 and 1.44.1. Meta
Error output
Backtrace
|
crlf0710
added
A-specialization
Area: Trait impl specialization
F-specialization
`#![feature(specialization)]`
T-types
Relevant to the types team, which will review and decide on the PR/issue.
labels
Sep 25, 2022
matthiaskrgr
added
the
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
label
Dec 19, 2022
workingjubilee
added
the
F-rustc_attrs
Internal rustc attributes gated on the `#[rustc_attrs]` feature gate.
label
Mar 14, 2023
Noratrieb
added
the
requires-internal-features
This issue requires the use of internal features.
label
Apr 5, 2023
matthiaskrgr
added
the
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
label
Apr 15, 2024
updated stacktrace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-specialization
Area: Trait impl specialization
C-bug
Category: This is a bug.
F-rustc_attrs
Internal rustc attributes gated on the `#[rustc_attrs]` feature gate.
F-specialization
`#![feature(specialization)]`
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-internal-features
This issue requires the use of internal features.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Code
[Playground link]
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: