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 7f31dcfCopy full SHA for 7f31dcf
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 packages for the Rust UEFI targets, the easiest
+way to set this up is using a [rustup toolchain file]. In the root of your
8
+repository, add `rust-toolchain.toml`:
9
10
```toml
11
[toolchain]
0 commit comments