2024-03-10 21:18:41 -04:00
|
|
|
//@ revisions: current next
|
|
|
|
|
//@ ignore-compare-mode-next-solver (explicit revisions)
|
2023-12-14 13:11:28 +01:00
|
|
|
//@[next] compile-flags: -Znext-solver
|
2024-03-10 05:14:11 +00:00
|
|
|
//@ check-pass
|
2023-03-06 23:30:34 +00:00
|
|
|
|
|
|
|
|
fn ice()
|
|
|
|
|
where
|
|
|
|
|
for<'w> fn(&'w ()): Fn(&'w ()),
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
ice();
|
|
|
|
|
}
|