Open FrontMage opened 3 years ago
I had the same issue. Tried to compile it on Windows, MacOs and Linux.
Eventually I came up with the understanding that all those compilation errors come from Rust compatibility issues. By trial and error method I figured out that the last Rust toolchain version which still allows you to compile faster
crate is nightly-2020-08-27
(Rust version 1.46.0
).
You can install that version and see that the crate compiles flawlesly on it but fails to compile on any further version of toolchain.
Reading release notes for Rust version 1.47.0
which is the first one who fails to compile the crate, it's not clear to me yet what exactly from that list breaks down faster
compilation.
@risboo6909 good answer. But after reading it, my first question is whether this crate still alive or dead?
@halldong I don't know. It looks to me that this library requires a lot of effort to make it compile again. Can't say anything concrete because I'm not an author of the crate.
Hi, I'm trying to using faster on my project, but I can't seem to build it on my machine. Does not seems to be the problem of rust but the problem with
vektor
crate.Is there anything I'm missing to make
faster 0.5.2
work? Thx for the help!