Skip to content

Commit c5b7485

Browse files
committed
diff
1 parent 8603d96 commit c5b7485

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust/ql/lib/codeql/rust/internal/typeinference/TypeInference.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@ private TupleType inferTupleRootType(AstNode n) {
990990
result.getArity() = [n.(TupleExpr).getNumberOfFields(), n.(TuplePat).getTupleArity()]
991991
}
992992

993+
/*
994+
* COMMENT MARKER TO HELP DIFFING
995+
*/
996+
993997
pragma[nomagic]
994998
private Path getCallExprPathQualifier(CallExpr ce) {
995999
result = CallExprImpl::getFunctionPath(ce).getQualifier()

0 commit comments

Comments
 (0)