mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
e0a60f0740
This reverts commitcb9467515b
, reversing changes made to57781b24c5
.
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
error: concrete type differs from previous defining opaque type use
|
|
--> $DIR/issue-86465.rs:6:5
|
|
|
|
|
LL | (a, a)
|
|
| ^^^^^^
|
|
| |
|
|
| expected `&'a u32`, got `&'b u32`
|
|
| this expression supplies two conflicting concrete types for the same opaque type
|
|
|
|
error: aborting due to previous error
|
|
|