summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/mod.rs
blob: eebfc38bdf4ec56b510cd71f35c1e33a99cfabd2 (plain)
1
2
3
//! Definitions shared by macros / syntax extensions and e.g. librustc_middle.

pub mod allocator;