Skip to content

Internal Compile Error on array without colon #23835

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

Closed
bftjoe opened this issue Mar 29, 2015 · 1 comment
Closed

Internal Compile Error on array without colon #23835

bftjoe opened this issue Mar 29, 2015 · 1 comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@bftjoe
Copy link

bftjoe commented Mar 29, 2015

fn main() {
let xs[i32; 1] = [1];
}

2:9: 2:11 error: internal compiler error: ident only path should have been covered already
2 let xs[i32; 1] = [1];
^~
note: the compiler unexpectedly panicked. this is a bug.

@rprichard
Copy link
Contributor

This looks like a duplicate of #22972 (and #23597).

@jdm jdm added the I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ label Mar 29, 2015
@jdm jdm closed this as completed Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

3 participants