]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/issue-39226.stderr
Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton
[rust.git] / src / test / ui / resolve / issue-39226.stderr
1 error[E0423]: expected value, found struct `Handle`
2   --> $DIR/issue-39226.rs:11:17
3    |
4 LL |         handle: Handle
5    |                 ^^^^^^
6    |                 |
7    |                 did you mean `handle`?
8    |                 did you mean `Handle { /* fields */ }`?
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0423`.