Closed RalfJung closed 1 week ago
I assume you need a new hashbrown release with this?
Yeah to use this in std this will need a release.
I think you won't be able to bootstrap that until the new attribute reaches beta for stage0.
Ah, true, good point.
There's a beta branching in about a week so that's not too long of a wait. :) But I should probably double-check that this will actually work...
I checked that if I do make these not(bootstrap)
, and add my local hashbrown as a path dependency to std
, then everything builds in stage 1. So it should therefore also work with stage 0 after a bootstrap bump.
The bootstrap bump should happen any day now. @Amanieu would be nice to get a release. :)
Done
This is a promise that they can be implemented entirely using stable const features (and the compiler checks this when
-Zforce-unstable-if-unmarked
is set).Part of https://github.com/rust-lang/rust/issues/102575.