Closed
Description
rustdoc renders labels like "Deprecated" next to items like functions which is very useful. However, it sometimes places it ambiguously below an item where you're not sure if it refers to the above item or the below item.
For example in the following screenshot it is not sure whether std::env::home_dir
is deprecated or std::env::join_paths
.
I get the same behaviour in both Firefox 101.0.1 and Chrome 102.0.5005.115. I'm on macOS.
Interestingly the column overflow behaviour for small screens and mobile is much better. For example
@rustbot label +A-rustdoc-ui +T-rustdoc