This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
c110cfa161aab391bd37c16a95b8330bfc7e54ce
rust
/
compiler
/
rustc_ast
/
src
/
expand
/
mod.rs
4 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
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-07 14:47:01 -05:00
//! Definitions shared by macros / syntax extensions and e.g. `rustc_middle`.
rustc, rustc_passes: don't depend on syntax_expand. This is done by moving some data definitions to syntax::expand.
2019-10-09 16:47:38 +02:00
pub
mod
allocator
;
Reference in New Issue
Copy Permalink