1 2 3 4 5
error: `export` cannot be applied to functions --> tests/config/fail/export_on_function.rs:3:16 | 3 | pub extern "C" fn my_func() {} | ^^