mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-24 19:05:06 +00:00
fb8fb65131
4234: Support local_inner_macros r=jonas-schievink a=edwin0cheng
This PR implements `#[macro_export(local_inner_macros)]` support.
Note that the rustc implementation is quite [hacky][1] too. :)
[1]:
|
||
---|---|---|
.. | ||
coercion.rs | ||
macros.rs | ||
method_resolution.rs | ||
never_type.rs | ||
patterns.rs | ||
regression.rs | ||
simple.rs | ||
traits.rs |