rust/tests/rustdoc-ui/issues/issue-79467.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
268 B
Plaintext
Raw Normal View History

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