We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3196939 commit 130e30bCopy full SHA for 130e30b
1 file changed
examples/basic/basic-os.md
@@ -28,6 +28,7 @@ The top level `basic` crate defines a [workspace](https://doc.rust-lang.org/carg
28
# rust-toolchain.toml
29
[toolchain]
30
channel = "nightly"
31
+ components = ["llvm-tools"]
32
targets = ["x86_64-unknown-none"]
33
```
34
0 commit comments