summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/call-block.stderr
blob: 68984bc1c453f4d6f77559ee58cda47289b2eea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0618]: expected function, found `{integer}`
  --> $DIR/call-block.rs:2:13
   |
LL |     let _ = {42}();
   |             ^^^^--
   |             |
   |             call expression requires function

error: aborting due to previous error

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