blob: 089fb9fa66098cdc3829156c15ffa769fca47736 [file] [log] [blame]
error[E0423]: expected value, found struct `Handle`
--> $DIR/issue-39226.rs:20:17
|
LL | handle: Handle
| ^^^^^^
| |
| did you mean `handle`?
| did you mean `Handle { /* fields */ }`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0423`.