about summary refs log tree commit diff
path: root/tests/rustdoc/inline_cross/issue-76736-2.rs
AgeCommit message (Collapse)AuthorLines
2025-01-29rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-20/+0
2025-01-29Add URL and `crate_name` to test casesMichael Howell-0/+2
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4/+4
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-2/+4
To decide if internal items should be inlined in a doc page, check if the crate is itself internal, rather than if it has the rustc_private feature flag. The standard library uses internal items, but is not itself internal and should not show internal items on its docs pages.
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-0/+16