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 bb0fd7b commit b47f795Copy full SHA for b47f795
README.md
@@ -406,7 +406,8 @@ software that pins to a revision from the release archives.
406
In these cases the toolchain can be named in the project's directory
407
in a file called `rust-toolchain`, the content of which is the name of
408
a single `rustup` toolchain, and which is suitable to check in to
409
-source control.
+source control. This file has to be encoded in US-ASCII (if you are on
410
+Windows, check the encoding and that it does not starts with a BOM).
411
412
The toolchains named in this file have a more restricted form than
413
`rustup` toolchains generally, and may only contain the names of the
0 commit comments