forked from rust-lang/rustup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust-toolchain: Support local toolchain names in the override file
The `rust-toolchain` override file was limited to valid toolchain names. This commit weakens that slightly to permit *any* string so long as it's a local toolchain name. If it's not then it has to be a valid channelish toolchain name instead. This fixes rust-lang#1745 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
- Loading branch information
Showing
2 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters