2018-07-24 13:58:19 +02:00
|
|
|
warning[E0507]: cannot move out of borrowed content
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/borrowck-migrate-to-nll.rs:25:17
|
2018-07-24 13:58:19 +02:00
|
|
|
|
|
|
|
|
LL | (|| { let bar = foo; bar.take() })();
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot move out of borrowed content
|
|
|
|
|
|
2018-12-21 14:33:15 +01:00
|
|
|
= warning: this error has been downgraded to a warning for backwards compatibility with previous releases
|
|
|
|
= warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future
|
2018-07-24 13:58:19 +02:00
|
|
|
|