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
error[E0554]: #![feature] may not be used on the stable release channel
--> C:\Users\alexa\.cargo\registry\src\github.com-1ecc6299db9ec823\prefetch-0.2.0\src\lib.rs:18:1
|
18 | #![feature(link_llvm_intrinsics)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
So what version or branch of rust should one be using?
@looak currently, nightly rust is required to use pleco. I'll double check though to make sure it still compiles on nightly.
I'll look into having a 'nightly' feature flag for pleco. I think most of the unstable features aren't exactly needed, but are there for mostly speed / convenience.
The following features need to be stabilized before pleco_engine can compile on stable:
For benchmarking:
Dependency stabilization
pleco
needs to be usable on stable as defined by Compilepleco
with stable Rust #76 .The text was updated successfully, but these errors were encountered: