mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Rust: Model implicit Deref trait calls in data flow
This commit is contained in:
@@ -66,7 +66,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
|
||||
/** Gets the `i`th element in this list. */
|
||||
bindingset[this]
|
||||
private Element getElement(int i) { result = decode(this.splitAt(".", i)) }
|
||||
Element getElement(int i) { result = decode(this.splitAt(".", i)) }
|
||||
|
||||
/** Gets a textual representation of this list. */
|
||||
bindingset[this]
|
||||
|
||||
Reference in New Issue
Block a user