about summary refs log tree commit diff
path: root/src/test/ui/borrowck/two-phase-reservation-sharing-interference-2.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-29/+0
2022-06-03Fully stabilize NLLJack Huey-12/+2
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-21/+10
2019-07-22Ignore two-phase-reservation-sharing-interference-2.rs in Polonius compare modelqd-0/+1
This is just a difference from the test construction, it's ignore-compare-mode-nll and manually checks migrate/nll over edition2015/2018. This failure is because the `migrate2015` and `migrate2018` revisions are ran with `-Zpolonius`. There is no actual difference in the errors output by NLLs and Polonius.
2019-04-22update tests for migrate mode by defaultMatthew Jasper-7/+2
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-2/+2
We aren't sure if this will become an error or not yet.
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-4/+4
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-19/+49
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+34