blob: d5f747288627323b0127f557df0c85c05790f5fc [file] [log] [blame]
pub struct Struct;
impl Struct {
pub fn function(funs: Vec<dyn Fn() -> ()>) {}
//~^ ERROR the size for values of type
}
fn main() {}