You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the conversation of a cargo-bisect-rustc ICE analysis in rust-lang/rust#69096 (comment) where the error message error: Unrecognized option: 'json' occurred as of the 2019-07-30 nightly.
Specifically in this case, the testcase is just one file and should reproduce with just rustc, I think we should have the option to bisect rustc directly without Cargo.
chrissimpkins
changed the title
Cargo emits "error: Unrecognized option: 'json'" error beginning ~ 07/2019, consider elimination of cargo from bisect testing
Cargo emits "error: Unrecognized option: 'json'" error beginning ~ 07/2019, consider option to bisect rustc directly without Cargo
Feb 13, 2020
You don't have to use cargo: you can bisect using the --script flag to point at a custom script triggering the behaviour you need, e.g. calling rustc directly.
I opened #47 with a few script extensions and it sounds like the consensus is that much of this functionality belongs in the tool rather than as extensions through scripts. I can close this if it seems like an appropriate area for scripting.
From the conversation of a
cargo-bisect-rustc
ICE analysis in rust-lang/rust#69096 (comment) where the error messageerror: Unrecognized option: 'json'
occurred as of the 2019-07-30 nightly.@eddyb said:
The text was updated successfully, but these errors were encountered: