about summary refs log tree commit diff
path: root/src/test/rustdoc/where.rs
AgeCommit message (Collapse)AuthorLines
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-5/+5
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-02Update rustdoc testsGuillaume Gomez-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-1/+1
- add spaces to output so stripping lines and breaking spaces renders the same - add commas to where clauses in rustdoc tests to match the new output
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-1/+1
For tuple structs the where clause comes after the definition.
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-0/+4
Yes, it's allowed. Example: type MapFn<I, B> where I: Iterator = Map<I, fn(I::Item) -> B>; Fixes #25769
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-0/+44