AaronKutch / awint

Arbitrary width integers
Other
10 stars 0 forks source link

`const_support` is currently broken on nightly #19

Open AaronKutch opened 1 year ago

AaronKutch commented 1 year ago

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 (https://github.com/rust-lang/rust/issues/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 commented 3 months ago

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