-
Notifications
You must be signed in to change notification settings - Fork 503
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
Bug: Update readme.md warning about "const fn" issues until rust 1.61 is released. #1644
Comments
Hey @PapaTBR, what error are you running into? Where are these duplicate issues you're referring to? |
I'm guessing a duplicate of #1609, which will have a better error message in |
@PapaTBR Can you provide |
Hi guys, thanks for the patience to a rust newbie. :) Yes, I'm running rustc 1.59, but the stable release, not a nightly (yet.) And the current stable of windows-rs has several known and closed issues about the "const fn" declarations, including the pinned issue #1523. Thus I think the readme should temporarily reflect the current issue until rustc 1.61 is released. Sure would have saved me several hours trying to figure out what was going on. When I build the samples I get 1,149 errors: error[E0658]: trait bounds other than error[E0658]: function pointer casts are not allowed in constant functions error[E0658]: trait bounds other than |
Even though it is closed, #1523 is pinned for this purpose. |
Note that this only impacts the Feel free to reach out with more questions. Closing as duplicate of #1523. |
Which crate is this about?
windows, windows-sys
Crate version
0.34
Summary
Since the current release of windows-rs breaks the under the current stable release of rustc, shouldn't README.md have a big note at the top explaining the situation and the best resolution? Would save everyone the hassle of reporting the "bug" again and again, and help us newbies understand what's going on.
Thanks,
Tom
Toolchain version/configuration
No response
Reproducible example
No response
Crate manifest
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: