summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-lifetimes.stderr
blob: d7676b8e9b1b12e7e788b4d55745ee8bd6085abb (plain)
1
2
3
4
5
6
7
8
9
10
11
error: concrete type differs from previous defining opaque type use
  --> $DIR/multiple-def-uses-in-one-fn-lifetimes.rs:10:5
   |
LL |     (i, i)
   |     ^^^^^^
   |     |
   |     expected `&'a i32`, got `&'b i32`
   |     this expression supplies two conflicting concrete types for the same opaque type

error: aborting due to previous error