Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
regions
/
issue-102392.rs
blob: 87cc1a8e7a88d7070f315050fe168a61c3a64387 [
file
] [
log
] [
blame
] [
edit
]
fn
g
(
f
:
for
<
'a> fn(fn(&str, &'
a str
)))
->
bool
{
f
//~^ ERROR mismatched types
}
fn
main
()
{}