Skip to content

fix(cargo): rewrite cargo nextest commands#2886

Open
ychampion wants to merge 1 commit into
rtk-ai:developfrom
ychampion:fix/cargo-nextest-rewrite
Open

fix(cargo): rewrite cargo nextest commands#2886
ychampion wants to merge 1 commit into
rtk-ai:developfrom
ychampion:fix/cargo-nextest-rewrite

Conversation

@ychampion

Copy link
Copy Markdown

Summary

  • Register cargo nextest in the rewrite registry so hooks can map it to rtk cargo nextest.
  • Cover the rewrite and keep Cargo subcommand registry coverage current.

Fixes #2046

Test plan

  • CARGO_INCREMENTAL=0 cargo fmt --all -- --check
  • CARGO_INCREMENTAL=0 cargo clippy --all-targets
  • CARGO_INCREMENTAL=0 cargo test
  • Manual testing: CARGO_INCREMENTAL=0 cargo run --quiet -- rewrite "cargo nextest run" prints rtk cargo nextest run

Copilot AI review requested due to automatic review settings July 8, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@CLAassistant

CLAassistant commented Jul 8, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

cargo nextest rewrite rule missing from registry despite subcommand existing

3 participants