0d7e6cf900
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
error[E0423]: expected value, found struct `Handle`
|
|
--> $DIR/issue-39226.rs:20:17
|
|
|
|
|
20 | handle: Handle
|
|
| ^^^^^^
|
|
| |
|
|
| did you mean `handle`?
|
|
| did you mean `Handle { /* fields */ }`?
|
|
|
|
error: aborting due to previous error
|
|
|