]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/trait-object-vs-lifetime-2.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / traits / trait-object-vs-lifetime-2.stderr
1 error[E0224]: at least one trait is required for an object type
2 --> $DIR/trait-object-vs-lifetime-2.rs:7:5
3 |
4 LL | dyn 'static +: 'static + Copy,
5 | ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0224`.