1 2 3 4 5 6 7 8 9 10
// ignore-tidy-linelength pub struct Struct; impl Struct { pub fn function(funs: Vec<Fn() -> ()>) {} //~^ ERROR the size for values of type } fn main() {}