Skip to content

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

Open
reneleonhardt wants to merge 1 commit into
JordanCoin:mainfrom
reneleonhardt:fix/rust-cargo-use-paths
Open

fix(scanner): Resolve Cargo-aware Rust use paths#143
reneleonhardt wants to merge 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>
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.

1 participant