summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Collapse)AuthorLines
2017-11-13Fix commentsShotaro Yamada-1/+1
2017-11-12MIR-borrowck: fix diagnostics for closuresShotaro Yamada-0/+208
2017-11-09add reinit testMikhail Modin-0/+39
2017-07-27Added tests for new loop borrow messageIsaac van Bakel-0/+118
One set of tests is to ensure the current message is correct. The other set is to check the messages are generated correctly for every type of loop.
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-2/+2
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-05-24Change error count messagesMichael Kohl-2/+2
See #33525 for details.
2017-04-25Point at variable moved by closureEsteban Küber-0/+67