From c6cf4c04da55f9518689fa3c31833e1fc65d1639 Mon Sep 17 00:00:00 2001 From: dmezh <54985569+dmezh@users.noreply.github.com> Date: Thu, 18 Feb 2021 13:37:43 -0500 Subject: [PATCH] Fix typo (#1063) --- src/building/bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 68c4b1ad..61537dbf 100644 --- a/src/building/bootstrapping.md +++ b/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