-
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: expected ConstKind::Param here, found Const { ty: f64, kind: Error(ErrorGuaranteed(())) }: not fully fixed #104390
Comments
If the parsing error |
(also this could probably use a more descriptive title that reflects the ICE, and doesn't just point to another issue, but that's just my opinion) |
@compiler-errors Is that better? |
@rustbot claim |
…mpiler-errors Fix ICE in in_operand for ty error Fixes rust-lang#104390 By the way, moving some test cases to proper directory for tidy bless.
…mpiler-errors Fix ICE in in_operand for ty error Fixes rust-lang#104390 By the way, moving some test cases to proper directory for tidy bless.
…mpiler-errors Fix ICE in in_operand for ty error Fixes rust-lang#104390 By the way, moving some test cases to proper directory for tidy bless.
…mpiler-errors Fix ICE in in_operand for ty error Fixes rust-lang#104390 By the way, moving some test cases to proper directory for tidy bless.
Codes that reproduce the ICE (found using custom DIY fuzzer)
Meta
rustc --version --verbose
:Sample error output
Sample Backtrace
The original code (#104209) is already fixed by #104233, however some other mutations of the original code still ICEs with the same backtrace and error. Thanks.
CC @compiler-errors @jruderman
The text was updated successfully, but these errors were encountered: