Skip to content

[WIP] Update cargo-nextest from 0.9.122 to 0.9.123#72

Closed
Copilot wants to merge 1 commit into
dependabot/cargo/cargo-nextest-0.9.123from
copilot/sub-pr-71
Closed

[WIP] Update cargo-nextest from 0.9.122 to 0.9.123#72
Copilot wants to merge 1 commit into
dependabot/cargo/cargo-nextest-0.9.123from
copilot/sub-pr-71

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 24, 2026

Thanks for the feedback on #71. I've created this new PR, which merges into #71, to address your comment. I will work on the changes and keep this PR's description up to date as I make progress.

Original PR: #71
Triggering comment (#71 (comment)):

@copilot send a pr to this branch to fix

error[E0283]: type annotations needed
  --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nextest-runner-0.104.0/src/rustc_cli.rs:50:44
   |
50 |             self.args.iter().map(|arg| arg.as_ref()),
   |                                            ^^^^^^
   |
   = note: multiple `impl`s satisfying `Cow<'_, str>: AsRef<_>` found in the following crates: `alloc`, `typed_path`:
           - impl<T> AsRef<T> for Cow<'_, T>
             where T: ToOwned, T: ?Sized;
           - impl<T> AsRef<typed_path::common::utf8::path::Utf8Path<T>> for Cow<'_, str>
             where T: typed_path::common::utf8::Utf8Encoding;
help: try using a fully qualified path to specify the expected types
   |
50 -             self.args.iter().map(|arg| arg.as_ref()),
50 +             self.args.iter().map(|arg| <Cow<'_, str> as AsRef<T>>::as_ref(arg)),
   |

For more information about this error, try `rustc --explain E0283`.
error: could not compile `nextest-runner` (lib) due to 1 previous error
error: failed to compile `cargo-nextest v0.9.123`, intermediate artifacts can be found at `/tmp/cargo-install8ruGVf`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Process completed with exit code 101.

Make sure code is properly formatted with rustfmt, linted and build is passing (no warnings errors full green)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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.

2 participants