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

const_support is currently broken on nightly #19

Open
AaronKutch opened this issue Apr 28, 2023 · 1 comment
Open

const_support is currently broken on nightly #19

AaronKutch opened this issue Apr 28, 2023 · 1 comment

Comments

@AaronKutch
Copy link
Owner

AaronKutch commented Apr 28, 2023

This is an issue that I unfortunately cannot reasonably fix at the moment. The problem is that they entirely removed const from a bunch of core APIs (rust-lang/rust#110395). They plan to soon bring another implementation online and reimplement const. In the meantime, if you need const_support, you will need to pin to 1.70-nightly (e.x. use rustup install nightly-2023-04-14 and cargo +nightly-2023-04-14.

@AaronKutch AaronKutch pinned this issue Apr 28, 2023
@AaronKutch
Copy link
Owner Author

they are still working on it a year later, but I am keeping the MSRV at 1.70 until it is fixed

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

No branches or pull requests

1 participant