2020-01-31 05:43:33 +00:00
|
|
|
fn main() {}
|
|
|
|
|
2021-08-10 00:00:25 +00:00
|
|
|
extern "C" { //~ NOTE while parsing this item list starting here
|
2012-10-09 09:59:03 +00:00
|
|
|
pub pub fn foo();
|
2022-05-01 17:05:35 +00:00
|
|
|
//~^ ERROR expected one of `(`, `async`, `const`, `default`, `extern`, `fn`, `unsafe`, or `use`, found keyword `pub`
|
|
|
|
//~| NOTE expected one of 8 possible tokens
|
2021-10-24 13:11:11 +00:00
|
|
|
//~| HELP there is already a visibility modifier, remove one
|
2021-08-10 00:00:25 +00:00
|
|
|
//~| NOTE explicit visibility first seen here
|
|
|
|
} //~ NOTE the item list ends here
|