blob: 738add16840040264c6cf81b65d128206f828d78 [file] [log] [blame]
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