Open
Description
The documentation for [T]::is_empty
on Vec
s documentation page don't show that it's a const fn
, while the documentation for the same method on [T]
s documentation page correctly show that it is a const fn
since 1.39.0.
@rustbot labels: +T-rustdoc +A-rustdoc-ui