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

13 lines
418 B
Plaintext
Raw Normal View History

error[E0423]: expected value, found struct `Handle`
2018-12-25 09:56:47 -06:00
--> $DIR/issue-39226.rs:11:17
|
2018-02-22 18:42:32 -06:00
LL | handle: Handle
| ^^^^^^
| |
| did you mean `Handle { /* fields */ }`?
| help: a local variable with a similar name exists: `handle`
error: aborting due to previous error
2018-03-03 08:59:40 -06:00
For more information about this error, try `rustc --explain E0423`.