Files
codeql/rust/extractor
Paolo Tranquilli b77c13802b Rust: fix canonical paths broken on StructExpr and StructPath
After the rename done in https://github.com/github/codeql/pull/19059,
canonical path extraction was lost on `StructExpr` and `StructPath` as
the identifiers used for the type in the `emit_detached!` macro were not
updated. This fixes that.
2025-03-20 12:16:47 +01:00
..
2024-08-30 13:05:46 +02:00
2025-03-10 10:16:13 +01:00