Rust: Model implicit Deref trait calls in data flow

This commit is contained in:
Tom Hvitved
2025-12-19 13:04:59 +01:00
parent 0c7aeb4bce
commit dce21e595e
22 changed files with 761 additions and 442 deletions

View File

@@ -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]