]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/src/expand/mod.rs
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / compiler / rustc_ast / src / expand / mod.rs
1 //! Definitions shared by macros / syntax extensions and e.g. librustc_middle.
2
3 pub mod allocator;