2020-01-30 23:43:33 -06:00
|
|
|
fn main() {}
|
|
|
|
|
2021-08-09 19:00:25 -05:00
|
|
|
extern "C" { //~ NOTE while parsing this item list starting here
|
2012-10-09 04:59:03 -05:00
|
|
|
pub pub fn foo();
|
2020-09-07 09:27:00 -05:00
|
|
|
//~^ ERROR expected one of `(`, `async`, `const`, `default`, `extern`, `fn`, `pub`, `unsafe`, or `use`, found keyword `pub`
|
2021-08-09 19:00:25 -05:00
|
|
|
//~| NOTE expected one of 9 possible tokens
|
|
|
|
//~| HELP there is already a visibility, remove this one
|
|
|
|
//~| NOTE explicit visibility first seen here
|
|
|
|
} //~ NOTE the item list ends here
|