mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
1866ea136c
Add regression tests for issue 70919 Desugaring DropAndReplace at MIR build (#107844) fixed #70919. Add regressions tests, borrowed from #102078, to ensure we check for this in the future. cc ``@Aaron1011``