blob: 014d380b63ca5c05dedb798944d9819ff32053a6 [file] [log] [blame]
error[E0224]: at least one trait is required for an object type
--> $DIR/trait-object-vs-lifetime-2.rs:7:5
|
LL | dyn 'static +: 'static + Copy,
| ^^^^^^^^^^^^^
error: aborting due to previous error