rust/tests/ui/associated-types/issue-19883.stderr

16 lines
549 B
Plaintext

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