Skip to content

Commit 7860991

Browse files
tshepangmark-i-m
authored andcommitted
rustc_back has long since been renamed to rustc_target
1 parent afa3168 commit 7860991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/high-level-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ standard library and the compiler. This document, of course, focuses
88
on the latter.
99

1010
Rustc consists of a number of crates, including `syntax`,
11-
`rustc`, `rustc_back`, `rustc_codegen`, `rustc_driver`, and
11+
`rustc`, `rustc_target`, `rustc_codegen`, `rustc_driver`, and
1212
many more. The source for each crate can be found in a directory
1313
like `src/libXXX`, where `XXX` is the crate name.
1414

@@ -139,4 +139,4 @@ take:
139139

140140
[query model]: query.html
141141
[high-level intermediate representation]: hir.html
142-
[lowering]: lowering.html
142+
[lowering]: lowering.html

0 commit comments

Comments
 (0)