Closed
Description
I don't know whether this was already reported. I get an ICE when running cargo test
on this Pippin version (also the previous commit, didn't test others).
dhardy@localhost:~/other/pippin$ cargo --version && rustc --version
cargo 0.11.0-nightly (afac7fc 2016-04-27)
rustc 1.10.0-nightly (8da2bcac5 2016-04-28)
An older version works fine:
dhardy@localhost:~/other/pippin$ cargo --version && rustc --version
cargo 0.10.0-nightly (4576ae2 2016-03-16)
rustc 1.9.0-nightly (6e0f2f2f0 2016-03-16)