1 2 3 4 5 6 7 8 9
// compile-flags: -Cmetadata=aux pub struct Foo; impl Foo { pub fn new<F>(f: F) -> Foo where F: FnMut() -> i32 { loop {} } }