summary refs log tree commit diff
path: root/src/test/ui/issue-19883.stderr
blob: b4262b4cdb3a1731e27bf8c5024dbc1a1658cc27 (plain)
1
2
3
4
5
6
7
8
9
error[E0576]: cannot find associated type `Dst` in trait `From`
  --> $DIR/issue-19883.rs:19: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`.