rust/src/test/ui/issues/issue-19883.stderr
2019-10-23 14:13:37 +02:00

10 lines
304 B
Plaintext

error[E0576]: cannot find associated type `Dst` in trait `From`
--> $DIR/issue-19883.rs:9:30
|
LL | <Dst as From<Self>>::Dst
| ^^^ not found in `From`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0576`.