codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Rust: Improve models for conversions

Open geoffw0 opened this issue 1 month ago • 0 comments

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] to Argument[self].Reference.
  • [ ] can we get the try_from, try_into tests 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?

geoffw0 avatar Nov 19 '25 18:11 geoffw0