rust/src/libsyntax_ext
Alex Crichton 9b2f7624ec syntax: Add tokens: Option<TokenStream> to Item
This commit adds a new field to the `Item` AST node in libsyntax to optionally
contain the original token stream that the item itself was parsed from. This is
currently `None` everywhere but is intended for use later with procedural
macros.
2017-07-28 07:58:20 -07:00
..
2017-03-29 00:41:10 +00:00
2017-03-23 11:28:00 -07:00
2017-05-25 05:52:09 +00:00