rebase fallout

This commit is contained in:
Ralf Jung 2020-09-13 18:15:19 +02:00
parent e55896aff7
commit 5dfe015ba5

View File

@ -27,7 +27,7 @@ LL | move_out(x.f1_nocopy);
| ^^^^^^^^^^^ | ^^^^^^^^^^^
| | | |
| cannot move out of here | cannot move out of here
| move occurs because `x.f1_nocopy` has type `std::cell::RefCell<i32>`, which does not implement the `Copy` trait | move occurs because `x.f1_nocopy` has type `RefCell<i32>`, which does not implement the `Copy` trait
error: aborting due to 3 previous errors error: aborting due to 3 previous errors