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

error: aborting due to previous error

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