about summary refs log tree commit diff
path: root/tests/ui/borrowck/drop-in-loop.rs
AgeCommit message (Collapse)AuthorLines
2023-03-05Add regression tests for issue 70919Giacomo Pasini-0/+24
Desugaring DropAndReplace at MIR build (#107844) fixed issue 70919. Add regressions tests, borrowed from #102078, to ensure we check for this in the future. Co-authored-by: Aaron Hill <aa1ronham@gmail.com>