-
Notifications
You must be signed in to change notification settings - Fork 0
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
if
is not allowed in a const fn
#1
Comments
ah this is stable in 1.46 Do you not upgrade your nightly often? |
Well, actually I wanted to simply upgrade my nightly, but I ran into another issue with that. I opened this issue because I figured something like that is probably a breaking change or requires some kind of feature gate or something like that? (I'm quite new to Rust, so I don't know for sure.) |
As far as I'm concerned I found a nightly now ( |
yeah I'm normally lazy so I don't really worry about backward compatibility. |
Reverted it for now, released as |
I'm compiling this crate because it's a dependency of the
clipboard-win
crate that I'm using.It used to work alright, but today I'm re-compiling and I get an error message:
I'm on
rustc 1.45.0-nightly (f8d394e51 2020-05-05)
.The text was updated successfully, but these errors were encountered: