about summary refs log tree commit diff
path: root/src/test/rustdoc/higher-ranked-trait-bounds.rs
AgeCommit message (Collapse)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
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait ↵Justus K-0/+8
objects
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