41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
error: expected `fn`, found keyword `pub`
|
|
--> $DIR/issue-113342.rs:7:12
|
|
|
|
|
LL | extern "C" pub fn id(x: i32) -> i32 { x }
|
|
| -----------^^^
|
|
| | |
|
|
| | expected `fn`
|
|
| help: visibility `pub` must come before `extern "C"`: `pub extern "C"`
|
|
|
|
error: aborting due to 1 previous error
|
|
|