blob: 0d8441f87e7e776618a5d3979208478dbcb91f7e [file] [log] [blame]
error[E0038]: the trait `A` cannot be made into an object
--> $DIR/wf-object-safe.rs:9:13
|
LL | fn foo(&self, _x: &Self);
| --- method `foo` references the `Self` type in its parameters or return type
...
LL | let _x: &dyn A;
| ^^^^^^ the trait `A` cannot be made into an object
error: aborting due to previous error
For more information about this error, try `rustc --explain E0038`.