rust/compiler/rustc_interface
Aaron Hill 156ef2bee8
Attach tokens to ast::Stmt
We currently only attach tokens when parsing a `:stmt` matcher for a
`macro_rules!` macro. Proc-macro attributes on statements are still
unstable, and need additional work.
2020-09-10 17:33:06 -04:00
..
src Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
Cargo.toml interface: use OnceCell from standard library 2020-09-01 22:06:39 +01:00