You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the thing: apparently I would have to use assert_eq! instead of assert! for 2 params to check, but I guess it should fail in a nicer way, right?
daschl
changed the title
index out of bounds internal compiler error
on assert! with 2 args: index out of bounds internal compiler error
Jul 1, 2014
Hi folks,
I think my code is wrong, but since it says this is a compiler bug I thought I'd file it.
I'm on
rustc 0.11.0-pre-nightly (bb5695b95c288c442dbe528f7e1c1b08f79f033d 2014-06-29 23:36:43 +0000)
(os x)I have the following code:
and the error popped up as I added the
use ketama
to the tests module.When I run
cargo test
on my file I get:feel free to close if its not an issue.
Cheers,
Michael
The text was updated successfully, but these errors were encountered: