about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2019-11-07 23:24:38 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-08 10:16:06 -0600
commit3e561a3c80c6d93c4ce50612559506bb61eb74a7 (patch)
tree0b5ee4bebe73ab254b03adeeb86185c438eca88c /src/doc/rustc-dev-guide
parentf210bcee18ab07e0cd43b6af61c3032defe89e12 (diff)
downloadrust-3e561a3c80c6d93c4ce50612559506bb61eb74a7.tar.gz
rust-3e561a3c80c6d93c4ce50612559506bb61eb74a7.zip
rustc_back has long since been renamed to rustc_target
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/high-level-overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/high-level-overview.md b/src/doc/rustc-dev-guide/src/high-level-overview.md
index 93b5592c3a5..eedb3e63245 100644
--- a/src/doc/rustc-dev-guide/src/high-level-overview.md
+++ b/src/doc/rustc-dev-guide/src/high-level-overview.md
@@ -8,7 +8,7 @@ standard library and the compiler.  This document, of course, focuses
 on the latter.
 
 Rustc consists of a number of crates, including `syntax`,
-`rustc`, `rustc_back`, `rustc_codegen`, `rustc_driver`, and
+`rustc`, `rustc_target`, `rustc_codegen`, `rustc_driver`, and
 many more. The source for each crate can be found in a directory
 like `src/libXXX`, where `XXX` is the crate name.
 
@@ -139,4 +139,4 @@ take:
 
 [query model]: query.html
 [high-level intermediate representation]: hir.html
-[lowering]: lowering.html
\ No newline at end of file
+[lowering]: lowering.html