rust/compiler/rustc_interface/src
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
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs datastructures: replace once_cell crate with an impl from std 2020-08-30 20:06:14 +01:00
passes.rs interface: use OnceCell from standard library 2020-09-01 22:06:39 +01:00
proc_macro_decls.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
queries.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
util.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00