You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 reimplementconst
. In the meantime, if you needconst_support
, you will need to pin to 1.70-nightly (e.x. userustup install nightly-2023-04-14
andcargo +nightly-2023-04-14
.The text was updated successfully, but these errors were encountered: