]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/object/vs-lifetime-2.stderr
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
[rust.git] / src / test / 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`.