]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/duplicate-visibility.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / duplicate-visibility.rs
1 // error-pattern:expected one of `(`, `fn`, `static`, or `type`
2 extern {
3     pub pub fn foo();
4 }