mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
9c021d1074
Correctly handle associated items in rustdoc macro expansion Fixes rust-lang/rust#156075. The bug was simply that it didn't cover associated items. r? @Urgau