]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/issue-19883.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / associated-types / issue-19883.stderr
1 error[E0576]: cannot find associated type `Dst` in trait `From`
2   --> $DIR/issue-19883.rs:9:30
3    |
4 LL |     type Output;
5    |     ------------ associated type `Output` defined here
6 ...
7 LL |         <Dst as From<Self>>::Dst
8    |                              ^^^
9    |                              |
10    |                              not found in `From`
11    |                              help: maybe you meant this associated type: `Output`
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0576`.