Rust: Add change note

This commit is contained in:
Tom Hvitved
2025-10-06 09:31:03 +02:00
parent ee0467d74c
commit c2ba4ba3fc

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Resolution of calls to functions has been improved in a number of ways, to make it more aligned with the behavior of the Rust compiler. This may impact queries that rely on call resolution, such as data flow queries.