-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Confusing error message when using Area: Messages for errors, warnings, and lints
A-specialization
Area: Trait impl specialization
F-min_specialization
`#![feature(min_specialization)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
min_specialization
with dyn Trait
A-diagnostics
#130102
opened Sep 8, 2024 by
oskgo
ICE: Category: This is a bug.
F-min_specialization
`#![feature(min_specialization)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
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.
assertion failed: !obligations.has_infer()
in rustc_hir_analysis/src/impl_wf_check/min_specialization.rs
with feature min_specialization
C-bug
#126268
opened Jun 11, 2024 by
cushionbadak
ProTip!
Adding no:label will show everything without a label.