mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
7aba683c76
Revert a change in the scope of macros imported from crates to fix a regression Fixes #34212. The regression was caused by #34032, which changed the scope of macros imported from extern crates to match the scope of macros imported from modules. r? @nrc