summary refs log tree commit diff
path: root/src/test/rustdoc/doc-notable_trait-slice.rs
AgeCommit message (Collapse)AuthorLines
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-2/+2
Fixes #102576
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