about summary refs log tree commit diff
path: root/src/test/rustdoc/higher-ranked-trait-bounds.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-61/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-1/+1
2022-08-31Update rustdoc testsGuillaume Gomez-4/+4
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+8
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-5/+17
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-0/+41