Skip to content

Commit 9239f0c

Browse files
authored
Merge pull request #22331 from hvitved/rust/force-high-precision
Rust: Always force high access path precision
2 parents 025e25f + 94cb403 commit 9239f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ module RustDataFlowGen<RustDataFlowInputSig Input> implements InputSig<Location>
583583

584584
class LambdaCallKind = LambdaCallKindAlias;
585585

586-
predicate forceHighPrecision(Content c) { none() }
586+
predicate forceHighPrecision(Content c) { any() }
587587

588588
class ContentApprox = ContentApproxAlias;
589589

0 commit comments

Comments
 (0)