about summary refs log tree commit diff
path: root/tests/rustdoc/generic-impl.rs
AgeCommit message (Collapse)AuthorLines
2025-05-05Created `tests/rustdoc/impl` subfolder to limit number of files at the top levelGuillaume Gomez-16/+0
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-3/+3
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-2/+2
This whole thing changes it so that the JS and the UI both use rustc's own path printing to handle the impl IDs. This results in the format changing a little bit; full paths are used in spots where they aren't strictly necessary, and the path sometimes uses generics where the old system used the trait's own name, but it shouldn't matter since the orphan rules will prevent it anyway.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+16