rust/src/rustc/middle/borrowck
Niko Matsakis ea549e7a71 make borrowck more conservative around rvalues.
this will require more temporaries, but is probably less magical.
also, it means that borrowck matches trans better, so fewer crashes.
bonus.

Finally, stop warning about implicit copies when we are actually borrowing.

Also, one test (vec-res-add) stopped failing due to #2587, and hence I
added an xfail-test.

Fixes #3217, #2977, #3067
2012-08-17 15:14:13 -07:00
..
check_loans.rs rustc: Mostly implement region-bounded stack closures 2012-08-13 15:34:36 -07:00
gather_loans.rs
loan.rs
preserve.rs make borrowck more conservative around rvalues. 2012-08-17 15:14:13 -07:00