2017-04-18 06:28:05 -05:00
|
|
|
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 */ }`?
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2017-04-18 06:28:05 -05:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0423"
|