]> git.lizzy.rs Git - rust.git/blob - tests/ui/type-alias-impl-trait/multiple-def-uses-in-one-fn-infer.stderr
Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726
[rust.git] / tests / 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    |     ^^^^^^^^^^^^
6    |     |
7    |     expected `i64`, got `i32`
8    |     this expression supplies two conflicting concrete types for the same opaque type
9
10 error: aborting due to previous error
11