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`.