Skip to content

Commit 94cb403

Browse files
committed
Rust: Always force high access path precision
1 parent 78292f3 commit 94cb403

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)