about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-34928.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2022-08-31Update rustdoc testsGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-0/+16
For tuple structs the where clause comes after the definition.