mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #34] build fails on Ubuntu 16.04 #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @horse-latitudes on GitHub (Nov 1, 2019).
Original GitHub issue: https://github.com/bootandy/dust/issues/34
cargo bails out whilst compiling:
error[E0432]: unresolved importself::std::hint--> .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:13:16 | 13 | use self::std::hint::unreachable_unchecked; | ^^^^ Could not findhintinstd`error: aborting due to previous error
error: Could not compile
lazy_static.warning: build failed, waiting for other jobs to finish...
error: failed to compile
du-dust v0.4.0, intermediate artifacts can be found at/tmp/cargo-install.9fTx6Q9xf9f3Caused by:
build failed
`
any help appreciated,
Phil.
@horse-latitudes commented on GitHub (Nov 1, 2019):
I ran
rustup& upgraded both rust and cargo to 1.38.0 & running build again succeeded.Sorry for the noise.
@bootandy commented on GitHub (Nov 2, 2019):
no worries, glad you got it fixed.