rust/src/libsyntax_ext
David Wood 41c6bb1096
Introduce LocalSource into the AST.
This will be used to keep track of the origin of a local in the AST. In
particular, it will be used by `async fn` lowering for the locals in
`let <pat>: <ty> = __arg0;` statements.
2019-04-21 09:48:11 +01:00
..
2019-02-10 23:42:32 +00:00
2019-04-15 07:23:02 +02:00
2019-02-13 00:31:51 +09:00