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