-
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
ICE: item_ident: no name for DefPath
#136233
Labels
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.
Comments
smaller trait A {
fn b() -> impl Sized;
}
impl A<()> for dyn A {}
pub fn main() {} |
caused by #136114 cc @compiler-errors |
I found around 300 of these with query stacks all over the place 😅
|
@matthiaskrgr: Could you share some other examples? There's no way to tell whether these are fixed the same way unless I see what reproduces those. |
item_ident_ices.tar.gz |
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 31, 2025
Rollup merge of rust-lang#136313 - compiler-errors:too-many-args, r=lqd Filter out RPITITs when suggesting unconstrained assoc type on too many generics Fixes rust-lang#136233
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
auto-reduced (treereduce-rust):
original:
Version information
Possibly related line of code:
rust/compiler/rustc_middle/src/ty/mod.rs
Lines 1598 to 1610 in ccc9ba5
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
The text was updated successfully, but these errors were encountered: