summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck/two-phase-activation-sharing-interference.rs
AgeCommit message (Expand)AuthorLines
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-3/+2
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-1/+0
2018-03-09Finally start down the right pathbobtwinkles-1/+3
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-8/+26
2017-12-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-1/+0
2017-12-13Check activation points as the place where mutable borrows become relevant.Felix S. Klock II-0/+62