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