You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove validation for custom toolchains when reading rust-toolchain.toml
This validation was introduced in e1306b3
However, it breaks a number of scenarios that previously worked without
issue such as #4248. As requested by rustup maintainers in that thread,
I'm taking out the extra validation added in that commit, leaving the
rest of the code as-is.
Testing confirms this fixes#4248.
0 commit comments