1//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`. 2 3use rustc_macros::{Decodable, Encodable, HashStable_Generic}; 4 5pub mod allocator; 6pub mod autodiff_attrs; 7pub mod typetree;