Closed robo9k closed 9 years ago
Awesome!
FYI my rust nightly fetched with multirust on mac is on a different version
> rustc --version
rustc 1.0.0-nightly (f1398d273 2015-01-31 20:21:02 +0000)
But I pulled your change and it works for me there too. Thanks so much! :)
I've tried running the current
HEAD
with today'srustc
:Yet the dependencies would not compile at all, so I did a
cargo --update
. Next I'd get one compiler error and one warning:With those changes in place the compiled binary and unit tests work. Let's see how long :smile: