Aaron Hill
|
1823dea7df
|
Attach TokenStream to ast::Ty
A `Ty` does not have outer attributes, so we only capture tokens
when parsing a `macro_rules!` matcher
|
2020-09-10 17:33:05 -04:00 |
|
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 |
|
David Tolnay
|
fd4dd00dde
|
Syntactically permit unsafety on mods
|
2020-09-10 06:56: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 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|