mirror of
https://github.com/github/codeql.git
synced 2026-03-31 12:48:17 +02:00
Update rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -245,7 +245,7 @@ private Type substituteLookupTraits0(ItemNode i, Type t) {
|
||||
|
||||
/**
|
||||
* Gets the type obtained by substituting in relevant traits in which to do function
|
||||
* lookup, or `t` itself when no such trait exist, in the context of AST node `n`.
|
||||
* lookup, or `t` itself when no such trait exists, in the context of AST node `n`.
|
||||
*/
|
||||
bindingset[n, t]
|
||||
pragma[inline_late]
|
||||
|
||||
Reference in New Issue
Block a user