mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
46492ffabd
Expand macros in `extern {}` blocks
This permits macro and proc-macro and attribute invocations (the latter only with the `proc_macro` feature of course) in `extern {}` blocks, gated behind a new `macros_in_extern` feature.
A tracking issue is now open at #49476
closes #48747