]> git.lizzy.rs Git - rust.git/blob - tests/ui/traits/object/vs-lifetime-2.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / traits / object / vs-lifetime-2.stderr
1 error[E0224]: at least one trait is required for an object type
2   --> $DIR/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`.