about summary refs log tree commit diff
path: root/src/test/rustdoc/rustc-incoherent-impls.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-28/+0
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+28
Fixes #103170