mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 10:11:17 -03:00
As discussed in #12649, we should check builds with all Cargo features enabled. Previously, this did cause issues with the `benchmark` feature, since that only works with nightly Rust. #12653 resolves that by only enabling the `benchmark` feature with the nightly toolchain, so now we can use `--all-features` with stable Rust. Closes #12657