rust/src/librustc_metadata
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-06-20 07:11:29 -07:00
2017-07-02 21:29:39 +02:00