Skip to content

Conversation

@clubby789
Copy link
Contributor

Fixes #254

When invoked with cargo-bisect-rustc, our args look like
["cargo-bisect-rustc", "--start", ...]
However, when invoked with cargo bisect-rustc, our args look like
["/path/to/cargo-bisect-rustc", "bisect-rustc", "--start", ...]

Skip past these initial arguments instead of hardcoding the index

Copy link
Collaborator

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss merged commit 1fcdc99 into rust-lang:master Nov 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'Reproduce with' output has invalid command

2 participants