Files
rust/compiler/rustc_ast/src/expand/mod.rs
pierwill 0019ca9141 Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments.
Plain code comments are left unchanged.

Also fix incorrect file paths.
2021-04-08 11:12:14 -05:00

4 lines
98 B
Rust

//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.
pub mod allocator;