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
iamthad opened this issue
Aug 20, 2024
· 2 comments
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
The documentation for get_or_insert and get_or_insert_with lists them as nightly-only experimental APIs under the option_entry feature, but that feature was stabilized in 1.20.0 according to #39288
The text was updated successfully, but these errors were encountered:
iamthad
added
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
Aug 20, 2024
jieyouxu
added
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Aug 20, 2024
jieyouxu
added
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
and removed
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
labels
Aug 20, 2024
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
Location
Documentation of
std::option::Option
.Summary
The documentation for
get_or_insert
andget_or_insert_with
lists them as nightly-only experimental APIs under theoption_entry
feature, but that feature was stabilized in 1.20.0 according to #39288The text was updated successfully, but these errors were encountered: