blob: 1eeb4a8ec848e9e0aaf265e3503c510d5b329b32 [file]
//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.
use rustc_macros::{Decodable, Encodable, StableHash};
pub mod allocator;
pub mod autodiff_attrs;
pub mod typetree;