blob: 3f79c66252a0ba1db8503bf748eb8e3725e39f26 [file] [log] [blame]
error[E0161]: cannot move a value of type dyn Trait: the size of dyn Trait cannot be statically determined
--> $DIR/issue-41139.rs:16:23
|
LL | let t : &Trait = &get_function()();
| ^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0161`.