This commit is contained in:
dmezh 2021-02-18 13:37:43 -05:00 committed by GitHub
parent 87b317f966
commit c6cf4c04da
1 changed files with 1 additions and 1 deletions

View File

@ -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