rust/src/test/ui/traits/trait-object-vs-lifetime-2.stderr

9 lines
221 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0224]: at least one non-builtin trait is required for an object type
2018-12-25 09:56:47 -06:00
--> $DIR/trait-object-vs-lifetime-2.rs:9:5
2018-08-08 07:28:26 -05:00
|
LL | 'static +: 'static + Copy,
| ^^^^^^^^^
error: aborting due to previous error