blob: 069bff67b97ac859ac89c543a0b314c8a0edb9ed [file] [log] [blame]
//! 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;