-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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: range start index 2 out of range for slice of length 1
#119352
Comments
range start index 2 out of range for slice of length 1
Regression in #118431 cc sjwang05 |
@rustbot claim |
@sjwang05 just to jump start, I just checked the contents of
I'm checking what breaks in the test suite if we change the slicing to |
Thanks for the help, turns out I could've just used As a side note, do you know why some binops seem to have 3 args? Intuitively it'd make sense to only have 2 args for the lhs and rhs tys--my guess is that the "extra" arg is something effects-related, but I'm not familiar at all with that part of the code. |
snippet:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
The text was updated successfully, but these errors were encountered: