about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/mod.rs
blob: 069bff67b97ac859ac89c543a0b314c8a0edb9ed (plain)
1
2
3
4
5
6
7
//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.

use rustc_macros::{Decodable, Encodable, HashStable_Generic};

pub mod allocator;
pub mod autodiff_attrs;
pub mod typetree;