about summary refs log tree commit diff
path: root/tests/rustdoc/notable-trait/doc-notable_trait-slice.rs
AgeCommit message (Collapse)AuthorLines
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-0/+6
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.
2023-03-09rustdoc: move notable trait tests into their own directoryMichael Howell-0/+20