blob: 70a9736d2a2433131fcef7537c9ad6c2ed09ea8f [file] [log] [blame]
error[E0618]: expected function, found `G`
--> $DIR/issue-20714.rs:14:13
|
LL | struct G;
| --------- `G` defined here
...
LL | let g = G(); //~ ERROR: expected function, found `G`
| ^--
| |
| call expression requires function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0618`.