about summary refs log tree commit diff
path: root/tests/rustdoc/notable-trait/notable-trait-generics.rs
AgeCommit message (Collapse)AuthorLines
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4/+4
2023-03-13rustdoc: fix comments in testMichael Howell-4/+4
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-0/+35
This commit makes the `clean::Type::is_same` non-commutative, so that a generic `impl` matches a concrete return, but a generic return does not match a concrete `impl`. It makes slice and vector Write for `u8` not match on every generic return value.