mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
error: concrete type differs from previous defining opaque type use
|
|
--> $DIR/issue-99073.rs:6:11
|
|
|
|
|
LL | move || f(fix(&f))
|
|
| ^^^^^^^^^^ expected `[closure@$DIR/issue-99073.rs:6:3: 6:10]`, got `G`
|
|
|
|
|
note: previous use here
|
|
--> $DIR/issue-99073.rs:6:3
|
|
|
|
|
LL | move || f(fix(&f))
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|