-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: UnsizeLength with bad sty #16783
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
cc me |
I'll look at this tomorrow. |
nrc
added a commit
to nrc/rust
that referenced
this issue
Aug 27, 2014
I hit an ICE with this code fn main() {
[0].len();
}
Will the above commit fix this ICE, too? rustc 0.12.0-pre-nightly (5fb2dfa 2014-08-25 12:10:56 +0000) |
bors
added a commit
that referenced
this issue
Sep 1, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code:
Fails with:
The ICE does not happen when the integer type is known, e.g. by using
1u8
as the first value.The text was updated successfully, but these errors were encountered: