rust/compiler/rustc_ast/src/expand/mod.rs
2020-08-30 18:45:07 +03:00

3 lines
99 B
Rust

//! Definitions shared by macros / syntax extensions and e.g. librustc_middle.
pub mod allocator;