]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/src/expand/mod.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / compiler / rustc_ast / src / expand / mod.rs
1 //! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.
2
3 pub mod allocator;