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

Add feature when compiling in nightly & include generic_const_exprs if that feature is enabled #87

Closed
coreylowman opened this issue Jul 17, 2022 · 0 comments · Fixed by #89

Comments

@coreylowman
Copy link
Owner

I'd imagine you could do something like use cfg tags to check if they're on nightly. Something like this: https://stackoverflow.com/questions/49247618/check-whether-compiler-is-nightly-at-compile-time

that way no other features need to be enabled, it just works on nightly.

Originally posted by @jafioti in #43 (comment)

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.

1 participant