mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
0019ca9141
Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths.
7 lines
248 B
Markdown
7 lines
248 B
Markdown
`rustc_target` contains some very low-level details that are
|
|
specific to different compilation targets and so forth.
|
|
|
|
For more information about how rustc works, see the [rustc dev guide].
|
|
|
|
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/
|