]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/src/expand/mod.rs
Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimd
[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;