rust-analyzer/crates/ra_hir_ty/src/tests
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
..
coercion.rs Convert tests to text-size 2020-04-25 11:59:18 +02:00
macros.rs Merge #4234 2020-05-02 10:30:49 +00:00
method_resolution.rs Convert tests to text-size 2020-04-25 11:59:18 +02:00
never_type.rs Don't let unknown match arms fall back to ! 2020-02-11 21:09:11 +01:00
patterns.rs Convert tests to text-size 2020-04-25 11:59:18 +02:00
regression.rs Convert tests to text-size 2020-04-25 11:59:18 +02:00
simple.rs Add smoke test for decorated blocks 2020-05-02 11:27:28 +02:00
traits.rs For associated type shorthand (T::Item), use the substs from the where clause 2020-04-26 16:58:08 +02:00