We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getAdditionalPathTypeAt
1 parent aae5333 commit 2cb0e81Copy full SHA for 2cb0e81
rust/ql/lib/codeql/rust/internal/typeinference/TypeMention.qll
@@ -107,8 +107,6 @@ private module MkTypeMention<getAdditionalPathTypeAtSig/2 getAdditionalPathTypeA
107
abstract Type resolvePathTypeAt(TypePath typePath);
108
109
final override Type getTypeAt(TypePath typePath) {
110
- result = getAdditionalPathTypeAt(this, typePath)
111
- or
112
result = this.resolvePathTypeAt(typePath) and
113
(
114
not result instanceof TypeParameter
0 commit comments