-
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: assertion failed: value <= 0xFFFF_FF00
#132429
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
This code compiles in stable and beta. On nightly, it ICEs: trait Trait {}
impl Trait for i32 {}
trait Trait2<T> {}
impl Trait2<i32> for f64 {}
trait ThreeCellFragment {
fn ext_cells<'a>(x: &'a i32) -> Box<dyn Trait2<impl Trait + 'static> + 'static> {
Box::new(1.0)
}
} |
@rustbot label: +regression-from-stable-to-nightly |
cc @cjgillot |
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Nov 2, 2024
…rrors Account for late-bound depth when capturing all opaque lifetimes. Fixes rust-lang#132429 r? `@compiler-errors`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Nov 2, 2024
…rrors Account for late-bound depth when capturing all opaque lifetimes. Fixes rust-lang#132429 r? ``@compiler-errors``
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Nov 2, 2024
…rrors Account for late-bound depth when capturing all opaque lifetimes. Fixes rust-lang#132429 r? ```@compiler-errors```
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Nov 2, 2024
Rollup merge of rust-lang#132466 - cjgillot:opaque-late, r=compiler-errors Account for late-bound depth when capturing all opaque lifetimes. Fixes rust-lang#132429 r? ````@compiler-errors````
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) ❄️
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
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 -Zunstable-options --edition=2024
Program output
The text was updated successfully, but these errors were encountered: