2022-07-04 08:29:03 -05:00
|
|
|
error[E0224]: at least one trait is required for an object type
|
|
|
|
--> $DIR/issue-79467.rs:4:5
|
|
|
|
|
|
|
|
|
LL | dyn 'static: 'static + Copy,
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-04 08:29:03 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0224`.
|