Merge pull request #20966 from geoffw0/lifetimetest

Rust: Fix FPs from rust/access-after-lifetime-ended
This commit is contained in:
Geoffrey White
2025-12-08 09:03:51 +00:00
committed by GitHub
5 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed false positives from the `rust/access-after-lifetime-ended` query, involving calls to trait methods.