Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
parser
/
duplicate-visibility.rs
blob: bb17e97e950c66de7efa226291c2ce52ac3ae8be [
file
] [
log
] [
blame
]
// error-pattern:expected one of `(`, `fn`, `static`, or `type`
extern
{
pub
pub
fn
foo
();
}