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
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!
The text was updated successfully, but these errors were encountered:
Hello,
Seems
bswap
library is not up to date with the latest nightly:Thanks!
The text was updated successfully, but these errors were encountered: