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
I'm using custom toolchain specified in toolchain.channel clause (let's say "stage2"). Taplo show false negative warning about invalid channel name.
I believe the correct way to detect channel is to use list of locally available toolchains (via rustup toolchain list) and rollback to hard coded regular expresion if toolchain is not found or rustup is not installed.
The text was updated successfully, but these errors were encountered:
I'm using custom toolchain specified in
toolchain.channel
clause (let's say "stage2"). Taplo show false negative warning about invalid channel name.I believe the correct way to detect channel is to use list of locally available toolchains (via
rustup toolchain list
) and rollback to hard coded regular expresion if toolchain is not found or rustup is not installed.The text was updated successfully, but these errors were encountered: