Closed
Description
I tried this code:
pub fn test<T>()
where
for<'a> &'a T: Iterator,
{}
I expected rustdoc
to render HRTB (for<'a>
), but it doesn't:
Originally find while viewing keyberon docs.
Meta
rustdoc --version --verbose
:
rustdoc 1.49.0-nightly (ffa2e7ae8 2020-10-24)
binary: rustdoc
commit-hash: ffa2e7ae8fbf9badc035740db949b9dae271c29f
commit-date: 2020-10-24
host: x86_64-unknown-linux-gnu
release: 1.49.0-nightly
LLVM version: 11.0