Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-10764.rs
blob: bb915f58d9d252cb5b3f6726076d18f21f34594c [
file
] [
log
] [
blame
] [
edit
]
fn
f
(
_
:
extern
"Rust"
fn
())
{}
extern
"C"
fn
bar
()
{}
fn
main
()
{
f
(
bar
)
}
//~^ ERROR mismatched types