-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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: could not unify ()
with revealed type
#122445
Comments
Note: ICEs aren't crashes, we have a separate label for crashes (they mean segfaults and similar) |
ungraceful exit of the compiler has been observed since #121796 🙃 |
This has nothing to do with non-lifetime binders. I somewhat expect that when a "minimized" repro is tagged with a feature tag, there has been an attempt to check that the ICE is actually dependent on the feature, since that affects the prioritization of the issue. trait Trait {}
impl Trait for i32 {}
fn produce<T>() -> impl Trait<Assoc = impl Trait> {
16
} |
Rollup merge of rust-lang#122449 - compiler-errors:stranded-opaque, r=oli-obk Delay a bug for stranded opaques r? oli-obk Fixes rust-lang#122445
auto-reduced (treereduce-rust):
original:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
The text was updated successfully, but these errors were encountered: