]> git.lizzy.rs Git - rust.git/blob - src/test/ui/wf/wf-object-safe.stderr
0d8441f87e7e776618a5d3979208478dbcb91f7e
[rust.git] / src / test / ui / wf / wf-object-safe.stderr
1 error[E0038]: the trait `A` cannot be made into an object
2   --> $DIR/wf-object-safe.rs:9:13
3    |
4 LL |     fn foo(&self, _x: &Self);
5    |        --- method `foo` references the `Self` type in its parameters or return type
6 ...
7 LL |     let _x: &dyn A;
8    |             ^^^^^^ the trait `A` cannot be made into an object
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0038`.