Files
fish-shell/build_tools
Daniel Rainer 557f6d1743 check: allow overriding default Rust toolchain
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
2026-01-06 17:54:56 +00:00
..
2025-03-18 22:25:55 +01:00
2025-04-29 10:14:06 +02:00
2025-09-11 14:17:40 +02:00
2025-12-14 15:37:46 +01:00