Bisects rustc toolchains with rustup Usage: cargo bisect-rustc [OPTIONS] [-- ...] Arguments: [COMMAND_ARGS]... Arguments to pass to cargo or the file specified by --script during tests Options: -a, --alt Download the alt build instead of normal build --access How to access Rust git repository [default: github] [possible values: checkout, github] --by-commit Bisect via commit artifacts -c, --component additional components to install --end Right bound for search (*with* regression). You can use a date (YYYY-MM-DD), git tag name (e.g. 1.58.0) or git commit SHA. --force-install Force installation over existing artifacts -h, --help Print help (see more with '--help') --host Host triple for the compiler [default: [..]] --install Install the given artifact --preserve Preserve the downloaded artifacts --preserve-target Preserve the target directory used for builds --prompt Manually evaluate for regression with prompts --regress Custom regression definition [default: error] [possible values: error, success, ice, non-ice, non-error] --script