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 68b0b24 commit b330ff2Copy full SHA for b330ff2
rust-toolchain
@@ -0,0 +1,10 @@
1
+# If you see this, run "rustup self update" to get rustup 1.23 or newer.
2
+
3
+# NOTE: above comment is for older `rustup` (before TOML support was added),
4
+# which will treat the first line as the toolchain name, and therefore show it
5
+# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
6
7
+[toolchain]
8
+channel = "1.64"
9
+components = ["rustfmt", "clippy"]
10
+targets = ["wasm32-unknown-unknown"]
0 commit comments