Skip to content
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

Compile pleco_engine with stable Rust #77

Open
2 of 10 tasks
sfleischman105 opened this issue Jan 30, 2018 · 2 comments
Open
2 of 10 tasks

Compile pleco_engine with stable Rust #77

sfleischman105 opened this issue Jan 30, 2018 · 2 comments

Comments

@sfleischman105
Copy link
Collaborator

sfleischman105 commented Jan 30, 2018

The following features need to be stabilized before pleco_engine can compile on stable:

For benchmarking:

Dependency stabilization

@looak
Copy link

looak commented Mar 15, 2019

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?

@sfleischman105
Copy link
Collaborator Author

sfleischman105 commented Mar 23, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants