rust-analyzer/crates/ra_hir_ty/src/tests
bors[bot] f578cd2182
Merge #2623
2623: Add support macros in impl blocks r=matklad a=edwin0cheng

This PR add support for macros in impl blocks, which reuse `Expander` for macro expansion.

see also: #2459 

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-12-20 19:42:46 +00:00
..
coercion.rs Coerce closures to fn pointers 2019-12-20 18:54:33 +01:00
macros.rs Add support macros in impl blocks 2019-12-21 03:37:03 +08:00
method_resolution.rs Split up ty tests a bit 2019-12-03 18:00:29 +01:00
never_type.rs Move Ty 2019-11-27 21:16:00 +03:00
patterns.rs Split up ty tests a bit 2019-12-03 18:00:29 +01:00
regression.rs Split up ty tests a bit 2019-12-03 18:00:29 +01:00
simple.rs Handle closure return types 2019-12-20 18:16:11 +01:00
traits.rs Coerce closures to fn pointers 2019-12-20 18:54:33 +01:00