"Methods from Deref<Target = [T]>" doesn't render const #100680
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The documentation for
[T]::is_empty
onVec
s documentation page don't show that it's aconst fn
, while the documentation for the same method on[T]
s documentation page correctly show that it is aconst fn
since 1.39.0.@rustbot labels: +T-rustdoc +A-rustdoc-ui
The text was updated successfully, but these errors were encountered: