blob: 8f10cb0f7b03dbc1743a9e2300a6f1d6da1e7427 [file] [log] [blame]
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`.