2021-07-20 10:16:41 -05:00
|
|
|
error: concrete type differs from previous defining opaque type use
|
2022-09-28 11:01:05 -05:00
|
|
|
--> $DIR/issue-86465.rs:10:5
|
2021-07-20 10:16:41 -05:00
|
|
|
|
|
2022-02-09 10:44:17 -06:00
|
|
|
LL | (a, a)
|
|
|
|
| ^^^^^^
|
2022-02-09 11:39:28 -06:00
|
|
|
| |
|
|
|
|
| expected `&'a u32`, got `&'b u32`
|
|
|
|
| this expression supplies two conflicting concrete types for the same opaque type
|
2021-07-20 10:16:41 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|