Skip to content

fix(scanner): Resolve Cargo-aware Rust use paths - #143

Merged
JordanCoin merged 1 commit into
JordanCoin:mainfrom
reneleonhardt:fix/rust-cargo-use-paths
Aug 26, 2026
Merged

fix(scanner): Resolve Cargo-aware Rust use paths#143
JordanCoin merged 1 commit into
JordanCoin:mainfrom
reneleonhardt:fix/rust-cargo-use-paths

Conversation

@reneleonhardt

Copy link
Copy Markdown
Contributor

What does this PR do?

Resolve Cargo-aware Rust use paths for the current package and eligible local dependencies while preserving external fallback and rejecting self-crate edges.

Type of change

  • Bug fix

Verification

  • Focused tests cover grouped and bare paths, Cargo metadata, external fallback, ambiguity, and self-edge rejection.
  • go vet ./...
  • go test ./...

Resolve Cargo-aware Rust use paths for package and eligible local dependencies while preserving external fallback and rejecting self-crate edges.

Co-Authored-By: GPT-5.6 Sol <codex@openai.com>
@JordanCoin
JordanCoin merged commit e3b2ffa into JordanCoin:main Aug 26, 2026
12 checks passed
@reneleonhardt
reneleonhardt deleted the fix/rust-cargo-use-paths branch August 26, 2026 20:45
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