]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn2.stderr
Loop over all opaque types instead of looking at just the first one with the same...
[rust.git] / src / test / ui / type-alias-impl-trait / multiple-def-uses-in-one-fn2.stderr
1 error: could not find defining uses
2   --> $DIR/multiple-def-uses-in-one-fn2.rs:7:52
3    |
4 LL | type X<A: ToString + Clone, B: ToString + Clone> = impl ToString;
5    |                                                    ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8