Skip to content

Commit b47f795

Browse files
committed
Document the encoding of rust-toolchain
1 parent bb0fd7b commit b47f795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ software that pins to a revision from the release archives.
406406
In these cases the toolchain can be named in the project's directory
407407
in a file called `rust-toolchain`, the content of which is the name of
408408
a single `rustup` toolchain, and which is suitable to check in to
409-
source control.
409+
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).
410411

411412
The toolchains named in this file have a more restricted form than
412413
`rustup` toolchains generally, and may only contain the names of the

0 commit comments

Comments
 (0)