error: cannot satisfy dependencies so ... only shows up once
when linking rustc_driver
since #122362
#134825
Labels
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I tried this code:
src/lib.rs
:tests/integration_test.rs
:I expected to see this happen:
cargo +nightly test
succeeds.Instead, this happened:
Version it worked on
Using
cargo-rustc-bisect
:This points to #122362 (9cb1998).
The text was updated successfully, but these errors were encountered: