An example of the above iss ```rust fn foo(x: fn(&u8, &u8), mut y: Vec<&u8>, z: &u8) { y.push(z); } ``` cc @nikomatsakis