]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-79467.stderr
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / tests / rustdoc-ui / issue-79467.stderr
1 error[E0224]: at least one trait is required for an object type
2   --> $DIR/issue-79467.rs:4: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`.