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

Doesn't Compile due to const_fn feature having been removed #137

Closed
duganc opened this issue Jan 8, 2022 · 2 comments
Closed

Doesn't Compile due to const_fn feature having been removed #137

duganc opened this issue Jan 8, 2022 · 2 comments

Comments

@duganc
Copy link

duganc commented Jan 8, 2022

It looks like compilation (on Nightly, release) is failing due to:


error[E0557]: feature has been removed
  --> pleco_engine\src/lib.rs:24:12
   |
24 | #![feature(const_fn)]
   |            ^^^^^^^^ feature has been removed
   |
   = note: split into finer-grained feature gates

@jbgriesner
Copy link

PR done: #138

@chase-manning
Copy link
Contributor

@duganc @jbgriesner This has been fixed now 😄

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

Successfully merging a pull request may close this issue.

3 participants