rust/src/test/ui/resolve/issue-39226.stderr

13 lines
391 B
Plaintext
Raw Normal View History

error[E0423]: expected value, found struct `Handle`
--> $DIR/issue-39226.rs:20:17
|
2018-02-22 18:42:32 -06:00
LL | handle: Handle
| ^^^^^^
| |
| did you mean `handle`?
| did you mean `Handle { /* fields */ }`?
error: aborting due to previous error
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0423"