-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: cfi: TAIT transform_ty: unexpected
Alias(Opaque`
#111206
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
Comments
@rustbot label F-type_alias_impl_trait requires-nightly |
@rustbot claim |
@matthiaskrgr is this issue still reproducible for you? |
or wait, looks like there might be a hang now. It no longer ICEs right away, but its now stuck normalizing for 5+ minutes this does not seem right :| |
Oh, noes. I'll take a look. Also CC'ing @compiler-errors in case they have any idea of what might be causing it. |
Possible that it's a recursive type that's now being uncovered by the normalization added in #112182. If I were you, I'd do some print-debugging of the inputs to |
Humm... I just started looking at this today and it isn't reproducible for me with HEAD. Is this still reproducible for you? |
Yes, still hangs with
|
@rustbot label A-sanitizers |
Code
build with
-Zsanitizer=cfi -Clto
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: