-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unexpected internal compiler panic #7340
Labels
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Thanks for the report! Can you provide the minimal reproduction? |
this is pretty minimal pub fn function() {
const CONSTANT: usize = 8;
[1; 1 % CONSTANT];
} Click for full output
|
So this is during calling |
I can confirm this works on my end now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: internal compiler error: compiler\rustc_middle\src\ty\context.rs:545:13: node_type: no type for node
click to expand full output of `RUST_BACKTRACE=full cargo clippy -vv`
The text was updated successfully, but these errors were encountered: