Skip to content
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

rust-bswap doesn't compile with up-to-date rust nightly #8

Open
alsam opened this issue Dec 1, 2015 · 0 comments
Open

rust-bswap doesn't compile with up-to-date rust nightly #8

alsam opened this issue Dec 1, 2015 · 0 comments

Comments

@alsam
Copy link

alsam commented Dec 1, 2015

Hello,
Seems bswap library is not up to date with the latest nightly:

   Updating registry `https://github.com/rust-lang/crates.io-index`                                                                                                                                                         
 Downloading bswap v0.2.2                                                                                                                                                                                                       
   Compiling bswap v0.2.2 
home/asamoilo/.cargo/registry/src/github.com-88ac128001ac3a9a/bswap-0.2.2/src/lib.rs:431:9: 431:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]                                           
/home/asamoilo/.cargo/registry/src/github.com-88ac128001ac3a9a/bswap-0.2.2/src/lib.rs:431     use std::num::Int;                                                                                                                
                                                                                                  ^~~~~~~~~~~~~                                                                                                                 
.../.cargo/registry/src/github.com-88ac128001ac3a9a/bswap-0.2.2/src/lib.rs:431:9: 431:22 help: run `rustc --explain E0432` to see a detailed explanation                                                             
.../.cargo/registry/src/github.com-88ac128001ac3a9a/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
...

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant