Update Unstable Book docs for const_fn
#79691
Labels
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The docs currently say:
But that part of
const_fn
is already stable:#![feature(const_fn)]
enables additional functionality.cc #79674 (comment)
The text was updated successfully, but these errors were encountered: