rust/crates/ra_syntax/test_data/parser
Aleksey Kladov da8eb29a2f Macro patterns are not confused with expressions.
We treat macro calls as expressions (there's appropriate Into impl),
which causes problem if there's expresison and non-expression macro in
the same node (like in the match arm).

We fix this problem by nesting macor patterns into another node (the
same way we nest path into PathExpr or PathPat). Ideally, we probably
should add a similar nesting for macro expressions, but that needs
some careful thinking about macros in blocks: `{ am_i_expression!() }`.
2020-04-03 16:12:38 +02:00
..
err Fix parsing lambdas with return type 2020-03-25 17:01:28 +01:00
fuzz-failures rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
inline Macro patterns are not confused with expressions. 2020-04-03 16:12:38 +02:00
ok Attach doc-comment to declaration if there are newlines in between 2020-03-31 14:27:23 +02:00