blob: fc2a926f90ff6f9aa57d1a7403ad11633c790623 [file] [log] [blame]
//compile-pass
struct Foo {
bar: for<'r> Fn(usize, &'r FnMut())
}
fn main() {
}