gchp / rustbox

Rust implementation of the termbox library
MIT License
469 stars 48 forks source link

No FromPrimitive in std::num - does not compile on latest nightly #27

Closed cdouglass closed 9 years ago

cdouglass commented 9 years ago
thiotimoline@scrith:~/github/rustbox$ cargo run --example hello-world
   Compiling rustbox v0.5.0 (file:///home/thiotimoline/github/rustbox)
src/rustbox.rs:18:5: 18:28 error: unresolved import `std::num::FromPrimitive`. There is no `FromPrimitive` in `std::num`
src/rustbox.rs:18 use std::num::FromPrimitive;
                      ^~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `rustbox`.

To learn more, run the command again with --verbose.
gchp commented 9 years ago

Fixed in the latest release! :)