about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-79201.rs
AgeCommit message (Collapse)AuthorLines
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-0/+41
Because trait impls bypass the standard `clean` hierarchy they do not participate in the `propagate_doc_cfg` pass, so instead we need to pre-collect all possible `doc(cfg)` attributes that will apply to them when cleaning.