summary refs log tree commit diff
path: root/src/test/ui/issues/issue-18532.stderr
blob: c297c20069ec235b09201f5d21f1c828a36f1819 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0618]: expected function, found `!`
  --> $DIR/issue-18532.rs:16:5
   |
LL |     (return)((),()); //~ ERROR expected function, found `!`
   |     ^^^^^^^^-------
   |     |
   |     call expression requires function

error: aborting due to previous error

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