Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
compiler
/
rustc_ast
/
src
/
expand
/
mod.rs
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
;