Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths.
4 lines
98 B
Rust
4 lines
98 B
Rust
//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.
|
|
|
|
pub mod allocator;
|