mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
825291ad1e
Adds a couple UI tests for polonius I went through all the open issues labeled `fixed-by-polonius` and from that created two UI tests based on issues that seemed a little novel. One for rust-lang/rust#92038 and another for rust-lang/rust#70044. Both tests fail under NLL but pass with polonius (legacy and alpha).