about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/tuple-variadic-check.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-3/+3
The attribute is also renamed `fake_variadic`.
2022-06-13rustdoc: add missing articleMichael Howell-1/+1
Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
2022-06-12rustdoc: change error message for invalid `#[doc(tuple_variadic)]`Michael Howell-0/+8
Add test case.