Rust: restrict canonical path calculations

This commit is contained in:
Paolo Tranquilli
2024-11-29 14:42:25 +01:00
parent 647515bd84
commit 9cf2420c3b
73 changed files with 583 additions and 327 deletions

View File

@@ -0,0 +1,7 @@
// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from TupleStructPat x
where toBeTested(x) and not x.isUnknown()
select x, x.getResolvedCrateOrigin()