Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
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
;