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