// check-pass // compile-flags: -Z chalk trait Foo where for<'a> F: Fn(&'a (u8, u16)) -> &'a u8 { } fn main() { }