about summary refs log tree commit diff
path: root/src/test/rustdoc/doc-notable_trait-slice.rs
AgeCommit message (Collapse)AuthorLines
2021-11-29Only show notable traits if both types are the sameMichael Howell-0/+20
Checking only their DefId doesn't work because all slices have the same fake DefId. Fixes #91347