codeql
codeql copied to clipboard
Rust: Improve models for conversions
Improve models for conversions (e.g. variants of from and into).
TODO:
- [ ] update this PR after https://github.com/github/codeql/pull/20891 is merged (we may need to change a few
Argument[self]toArgument[self].Reference. - [ ] can we get the
try_from,try_intotests passing? - [x] are the variant models for certain methods still contributing in practice? --- I've tested and removed some.
- [ ] how does it look in CI / DCA / MRVA?