]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/src/expand/mod.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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;