-
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: relating different kinds
#126416
Labels
C-bug
Category: This is a bug.
F-unboxed_closures
`#![feature(unboxed_closures)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
matthiaskrgr
added
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.
C-bug
Category: This is a bug.
labels
Jun 13, 2024
rustbot
added
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
F-unboxed_closures
`#![feature(unboxed_closures)]`
labels
Jun 13, 2024
an ICE in the middle of constructing an error, these can usually be solved with some tainting, I'll investigate |
matthiaskrgr
added
the
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
label
Jun 17, 2024
saethlin
removed
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Jun 23, 2024
I can take a look at this since it's been a month hehe @rustbot claim |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jul 15, 2024
Make sure trait def ids match before zipping args in `note_function_argument_obligation` Fixes rust-lang#126416 Fixes rust-lang#127745 Didn't add both tests b/c I felt like it was unnecessary.
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Jul 16, 2024
Make sure trait def ids match before zipping args in `note_function_argument_obligation` Fixes rust-lang#126416 Fixes rust-lang#127745 Didn't add both tests b/c I felt like it was unnecessary.
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 16, 2024
Rollup merge of rust-lang#127780 - compiler-errors:zip-args, r=jieyouxu Make sure trait def ids match before zipping args in `note_function_argument_obligation` Fixes rust-lang#126416 Fixes rust-lang#127745 Didn't add both tests b/c I felt like it was unnecessary.
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.
F-unboxed_closures
`#![feature(unboxed_closures)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
@rustbot label +F-unboxed_closures
The text was updated successfully, but these errors were encountered: