diff options
| author | dmezh <54985569+dmezh@users.noreply.github.com> | 2021-02-18 13:37:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 19:37:43 +0100 |
| commit | d3a988590cbba805164034b93b280b8159763acd (patch) | |
| tree | bd8031e2c4faafdf49ed239547c8d9a3a1512780 /src/doc/rustc-dev-guide | |
| parent | 3fa03ed24cbeb159d3da8a08c81422157b978bce (diff) | |
| download | rust-d3a988590cbba805164034b93b280b8159763acd.tar.gz rust-d3a988590cbba805164034b93b280b8159763acd.zip | |
Fix typo (#1063)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md index 68c4b1ad0d0..61537dbf874 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md @@ -269,7 +269,7 @@ that use diagnostic items. This happens very rarely. ### What is a 'sysroot'? -When you build a project with cargo, the build artifacts for dependendencies +When you build a project with cargo, the build artifacts for dependencies are normally stored in `target/debug/deps`. This only contains dependencies cargo knows about; in particular, it doesn't have the standard library. Where do `std` or `proc_macro` come from? It comes from the **sysroot**, the root |
