rust/src/test/ui/borrowck/borrowck-box-insensitivity.nll.stderr

15 lines
303 B
Plaintext
Raw Normal View History

2018-09-03 15:50:03 -05:00
error: compilation successful
--> $DIR/borrowck-box-insensitivity.rs:160:1
|
LL | / fn main() {
LL | | copy_after_move();
LL | | move_after_move();
LL | | borrow_after_move();
... |
LL | | mut_borrow_after_borrow_nested();
LL | | }
| |_^
2018-09-03 15:50:03 -05:00
error: aborting due to previous error