mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Rust: Generalize type of debug predicate
This commit is contained in:
@@ -1587,7 +1587,7 @@ private module Debug {
|
||||
result = inferType(n, path)
|
||||
}
|
||||
|
||||
Function debugResolveMethodCallExpr(MethodCallExpr mce) {
|
||||
Function debugResolveMethodCallTarget(Call mce) {
|
||||
mce = getRelevantLocatable() and
|
||||
result = resolveMethodCallTarget(mce)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user