2022-06-22 21:43:01 -07:00
|
|
|
error[E0161]: cannot move a value of type `dyn Bar`
|
2022-04-01 13:13:25 -04:00
|
|
|
--> $DIR/E0161.rs:16:5
|
2018-08-21 20:47:39 +01:00
|
|
|
|
|
2021-08-20 15:59:42 +02:00
|
|
|
LL | x.f();
|
2023-06-22 20:30:23 +00:00
|
|
|
| ^ the size of `dyn Bar` cannot be statically determined
|
2018-08-21 20:47:39 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0161`.
|