rust-analyzer/crates/ra_hir_expand/src
bors[bot] fb8fb65131
Merge #4234
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]: 614f273e93/src/librustc_resolve/macros.rs (L456)

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-05-02 10:30:49 +00:00
..
ast_id_map.rs Some clippy fixes 2020-04-19 15:15:49 -04:00
builtin_derive.rs Update crates/ra_hir_expand/src/builtin_derive.rs 2020-05-02 09:56:38 +08:00
builtin_macro.rs Support local_inner_macros 2020-05-01 11:23:03 +08:00
db.rs Introduce EffectExpr 2020-05-02 11:21:39 +02:00
diagnostics.rs Simplify Diagnostic structure 2020-04-17 13:56:42 +02:00
eager.rs Rename to CustomDerive 2020-03-25 19:50:12 +08:00
hygiene.rs Merge #4234 2020-05-02 10:30:49 +00:00
lib.rs Support local_inner_macros 2020-05-01 11:23:03 +08:00
name.rs Align grammar for record patterns and literals 2020-04-12 00:00:15 +02:00
proc_macro.rs Improve remove dervie attrs 2020-04-22 01:44:21 +08:00
quote.rs Improve tt::Subtree debug print 2020-04-10 00:17:32 +08:00
test_db.rs Add resolve_extern_path in DB 2020-03-11 01:06:01 +08:00