about summary refs log tree commit diff
path: root/tests/rustdoc/issue-106421-not-internal.rs
AgeCommit message (Collapse)AuthorLines
2024-07-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-11/+0
2024-07-12Add URL and crate_name to test casesMichael Howell-1/+4
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-1/+1
2024-02-24Add test cases for inlining compiler-private itemsMichael Howell-0/+8
Closes #106421 This was already fixed by f5d43a052b9eb464e54af819143467954d814a24, but now the test cases are added.