blob: 6f6983d42832ccf882f6266699e902118fbff29e [file] [log] [blame]
error[E0580]: main function has wrong type
--> $DIR/extern-main-fn.rs:1:1
|
LL | extern fn main() {}
| ^^^^^^^^^^^^^^^^ expected "Rust" fn, found "C" fn
|
= note: expected fn pointer `fn()`
found fn pointer `extern "C" fn()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0580`.