-
Notifications
You must be signed in to change notification settings - Fork 13k
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 Alias(Projection, ..
!= FreshTy(0)
#127138
Comments
auto-reduced (treereduce-rust): #![feature(effects)]
#[const_trait]
pub trait Bug<Rhs: ?Sized = Bug> {} original: #![const_trait] //~ WARN the feature `effects` is incomplete
#[const_trait]
pub trait Bug<Rhs: ?Sized = Bug> {
/* stuff */
}
impl const Foo for () {}
fn main() {} Version information
Command: Program output
@rustbot label +F-effects |
( |
searched nightlies: from nightly-2023-04-15 to nightly-2024-06-30 |
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc -Zcrate-attr=feature(effects) --edition=2018
Program output
@rustbot label +F-const_trait_impl +F-effects
The text was updated successfully, but these errors were encountered: