mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
d550bd5c1b
Fix `doc_cfg` feature for extern items Part of rust-lang/rust#150268. It only solves the extern items issue, but not the others listed in the issue. I will need to think about how to fix them nicely. r? @Urgau