Remove unnecessary stability attributes for const fn #56585
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-stability
Area: `#[stable]`, `#[unstable]` etc.
In 8d6edc9 various stability attributes were added to functions that are not public. This was required to satisfy the min_const_fn checker. The lines in question all contain
FIXME: min_const_fn
. @oli-obk volunteered to take a look.You should be able to test this build with a somewhat-recent nightly and
The text was updated successfully, but these errors were encountered: