]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-infer.stderr
Have the spans of TAIT type conflict errors point to the actual site instead of the...
[rust.git] / src / test / ui / type-alias-impl-trait / multiple-def-uses-in-one-fn-infer.stderr
1 error: concrete type differs from previous defining opaque type use
2   --> $DIR/multiple-def-uses-in-one-fn-infer.rs:10:5
3    |
4 LL |     (42_i64, 60)
5    |     ^^^^^^^^^^^^ expected `i64`, got `i32`
6    |
7 note: previous use here
8   --> $DIR/multiple-def-uses-in-one-fn-infer.rs:10:5
9    |
10 LL |     (42_i64, 60)
11    |     ^^^^^^^^^^^^
12
13 error: aborting due to previous error
14