about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/bounded-hr-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-0/+9
This cleans up the other spot I found where rustdoc was rendering bounds into the lifetime name itself. However, in this case, I don't think it could have actually happened because higher-ranked lifetime definitions aren't currently allowed to have bounds.