summary refs log tree commit diff
path: root/src/test/ui/issues/issue-20714.stderr
blob: 456aff05750dde31dbc18796826979ab0ef8247e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0618]: expected function, found `G`
  --> $DIR/issue-20714.rs:4:13
   |
LL | struct G;
   | --------- `G` defined here
...
LL |     let g = G();
   |             ^--
   |             |
   |             call expression requires function

error: aborting due to previous error

For more information about this error, try `rustc --explain E0618`.