]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-lifetimes.stderr
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / type-alias-impl-trait / multiple-def-uses-in-one-fn-lifetimes.stderr
1 error: concrete type differs from previous defining opaque type use
2   --> $DIR/multiple-def-uses-in-one-fn-lifetimes.rs:6:5
3    |
4 LL |     (i, i)
5    |     ^^^^^^
6    |     |
7    |     expected `&'a i32`, got `&'b i32`
8    |     this expression supplies two conflicting concrete types for the same opaque type
9
10 error: aborting due to previous error
11