rust/xtask/src
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
..
codegen gen_assists_docs skip hidden files 2020-03-21 09:39:45 -07:00
ast_src.rs Macro patterns are not confused with expressions. 2020-04-03 16:12:38 +02:00
codegen.rs Name assist handlers 2020-02-07 17:28:02 +01:00
dist.rs Fix formatting 2020-03-23 15:20:49 +01:00
install.rs Make from-source install use cargo installed binary by default 2020-03-20 13:07:12 +01:00
lib.rs gen_assists_docs skip hidden files 2020-03-21 09:39:45 -07:00
main.rs Fix formatting 2020-03-23 15:20:49 +01:00
not_bash.rs Remove pwd 2020-03-05 11:25:23 +01:00
pre_commit.rs Replace Cmd with not-bash 2020-02-14 16:47:09 +01:00