mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
This is useful for running the checks with a toolchain which is different from the default toolchain, for example to check if everything works with our MSRV, or on beta/nightly toolchains. Additionally, providing a way to run using the nightly toolchain allows writing wrappers around `check.sh` which make use of nightly-only features. The toolchain could be changed using `rustup toolchain default`, but if the toolchain should only be used for a specific run, this is inconvenient, and it does not allow for concurrent builds using different toolchains. Closes #12281