-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Bandwhich does not compile on Ubuntu 18.04 #62
Comments
what's your rust version? |
Same on solus too.
using rust, version: 1.38.0 |
I am using 1.40.0. |
@plu9in are you sure you don't have a toolchain override with more precedence? See here. The only case I can think of is either an outdated nightly or not using the version installed by rustup (so the one from the distro). |
Fix here #35 |
|
@LinuxOnTheDesktop you can find installation instructions here. I will add a note to the README as you suggest. |
Bandwhich does not compile on Ubuntu 18.04. There is a problem in a library.
$ git clone https://github.com/imsnif/bandwhich.git
$ cd bandwich
$ sudo cargo run
...
Compiling linked-hash-map v0.5.2
error: ``core::slice::<impl [T]>::len`` is not yet stable as a const fn
--> $HOME/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/bytes-0.5.0/src/bytes.rs:121:18
|
121 | len: bytes.len(),
| ^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: