Merge pull request #20716 from hvitved/rust/path-resolution-variable-impl

Rust: Path resolution before variable resolution
This commit is contained in:
Tom Hvitved
2025-11-24 13:08:53 +01:00
committed by GitHub
18 changed files with 715 additions and 394 deletions

View File

@@ -2,7 +2,7 @@ import rust
import codeql.rust.internal.PathResolution
import utils.test.PathResolutionInlineExpectationsTest
query predicate resolveDollarCrate(RelevantPath p, Crate c) {
query predicate resolveDollarCrate(PathExt p, Crate c) {
c = resolvePath(p) and
p.isDollarCrate() and
p.fromSource() and