mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
d9cf7a1784
Support proc macros in intra doc link resolution The feature was written pre-proc macro resolution, so it only supported the wacky MBE resolution rules. This adds support for proc macros as well. cc @GuillaumeGomez Fixes #73173