about summary refs log tree commit diff
path: root/tests/rustdoc/reexport
AgeCommit message (Collapse)AuthorLines
2025-07-22fix regression testbinarycat-3/+7
2025-07-22add regression test for RUST-143222binarycat-0/+24
2025-07-17Regression testJonathan Brouwer-0/+34
2025-07-10Add regression test for #143107Guillaume Gomez-0/+41
2025-06-27rustdoc: add regression test for issue 135092binarycat-0/+26
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-3/+15
Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them.
2025-05-05Created `tests/rustdoc/reexports` subfolder to limit number of files at the ↵Guillaume Gomez-0/+1443
top level