Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
higher-ranked
/
trait-bounds
/
fn-ptr.rs
blob: 7a4c15f4d4b150d41a87e5f39fbbf6c48bd8f1e2 [
file
] [
log
] [
blame
] [
edit
]
//@ revisions: current next
//@ ignore-compare-mode-next-solver (explicit revisions)
//@[next] compile-flags: -Znext-solver
//@ check-pass
fn
ice
()
where
for
<
'w> fn(&'
w
()):
Fn
(&
'
w
()),
{
}
fn
main
()
{
ice
();
}