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

Remove obsolete const_fn feature gate on nightly #22

Merged
merged 1 commit into from
May 16, 2021

Conversation

HybridEidolon
Copy link
Contributor

@HybridEidolon HybridEidolon commented May 14, 2021

const_fn feature flag was removed in PRs rust-lang/rust#85109 and rust-lang/rust#85125. The presence of the flag breaks compatibility with recent nightlies. The flag was removed from the compiler as it is no longer checked by any of the related code.

Fixed #21

@darfink darfink merged commit 3b6f17a into darfink:master May 16, 2021
@darfink
Copy link
Owner

darfink commented May 16, 2021

Awesome, thanks! One step closer to not requiring nightly.

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 this pull request may close these issues.

Build Error: 'const_fn' feature removed
2 participants