Rust: Use extended canonical paths to resolve calls in data flow

This commit is contained in:
Tom Hvitved
2024-11-22 10:30:33 +01:00
parent faabc9982e
commit 143d7e2084
2 changed files with 49 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
/** A type with `toString`. */
private signature class TypeWithToString {
bindingset[this]
string toString();
}