rust/src/test/ui/issues/issue-41139.stderr

10 lines
365 B
Plaintext
Raw Normal View History

2018-07-15 14:11:54 -07:00
error[E0161]: cannot move a value of type (dyn Trait + 'static): the size of (dyn Trait + 'static) 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`.