2019-06-21 22:12:07 +08:00
|
|
|
error[E0224]: at least one trait is required for an object type
|
2021-02-08 23:15:45 +01:00
|
|
|
--> $DIR/vs-lifetime-2.rs:7:5
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-05-28 14:46:13 -04:00
|
|
|
LL | dyn 'static +: 'static + Copy,
|
|
|
|
| ^^^^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-03-21 15:43:12 +00:00
|
|
|
For more information about this error, try `rustc --explain E0224`.
|