mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 14:23:45 +00:00
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
infer_opaque_hidden_type =
|
|
opaque type's hidden type cannot be another opaque type from the same scope
|
|
.label = one of the two opaque types used here has to be outside its defining scope
|
|
.opaque_type = opaque type whose hidden type is being assigned
|
|
.hidden_type = opaque type being used as hidden type
|