We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2ef08 commit 42a531cCopy full SHA for 42a531c
src/building/bootstrapping.md
@@ -269,7 +269,7 @@ that use diagnostic items. This happens very rarely.
269
270
### What is a 'sysroot'?
271
272
-When you build a project with cargo, the build artifacts for dependendencies
+When you build a project with cargo, the build artifacts for dependencies
273
are normally stored in `target/debug/deps`. This only contains dependencies cargo
274
knows about; in particular, it doesn't have the standard library. Where do
275
`std` or `proc_macro` come from? It comes from the **sysroot**, the root
0 commit comments