summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-infer.stderr
blob: 2781170091245efb3172f77beab2ee26bed24194 (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-infer.rs:10:5
   |
LL |     (42_i64, 60)
   |     ^^^^^^^^^^^^
   |     |
   |     expected `i64`, got `i32`
   |     this expression supplies two conflicting concrete types for the same opaque type

error: aborting due to previous error