Aaron Hill
|
de4bd9f0f8
|
Attach TokenStream to ast::Block
A `Block` does not have outer attributes, so we only capture tokens when
parsing a `macro_rules!` matcher
|
2020-09-10 17:33:05 -04:00 |
|
Tyler Mandry
|
738b8eadfd
|
Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov
Factor out StmtKind::MacCall fields into `MacCallStmt` struct
In PR #76130, I add a fourth field, which makes using a tuple variant
somewhat unwieldy.
|
2020-09-01 18:24:33 -07:00 |
|
Aaron Hill
|
090b16717a
|
Factor out StmtKind::MacCall fields into MacCallStmt struct
In PR #76130, I add a fourth field, which makes using a tuple variant
somewhat unwieldy.
|
2020-08-30 18:38:53 -04:00 |
|
Caleb Cartwright
|
883b1e7592
|
parser: restore some fn visibility for rustfmt
|
2020-08-30 13:04:36 -05:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|