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 168c1aa commit 1a77d39Copy full SHA for 1a77d39
book/src/tutorial/building.md
@@ -2,9 +2,10 @@
2
3
## Toolchain
4
5
-In order to compile for UEFI, an appropriate target must be installed. The
6
-easiest way to set this up is using a [rustup toolchain file]. In the root of
7
-your repository, add `rust-toolchain.toml`:
+In order to compile for UEFI, an appropriate target must be installed. Unless
+your operating system provides up to date packages, the easiest way to set this
+up is using a [rustup toolchain file]. In the root of your repository, add
8
+`rust-toolchain.toml`:
9
10
```toml
11
[toolchain]
0 commit comments