-
Notifications
You must be signed in to change notification settings - Fork 13.3k
compiler bug report: 'rustc' failed at 'index out of bounds: the len is 1 but the index is 1' with overloaded calls #13655
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
Do you have a small piece of code which replicates this issue? |
|
cc @pcwalton, this has overloaded calls. |
FWIW, the ICE message in the issue does not match the ICE message from the "reproducing" example. I believe the error in the issue body is a dupe of #11844, which is now fixed, but that in the comment still ICEs today. (I've adjusted the title/description slightly.) |
See comment below: #13655 (comment).
old report
I tried running it in the debugger, but couldn't get gdb to find "rust_fail" for a breakpoint. I also didn't check whether this is a duplicate, sorry.
$ rustc -v
rustc 0.11-pre-nightly (e332287 2014-04-16 00:56:30 -0700)
host: x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: