Searched refs:empty_struct (Results 1 – 1 of 1) sorted by relevance
1438 let empty_struct = StructRef::new(&mut store, &empty_pre, &[])?; in issue_10772() localVariable1449 let tuple_struct = StructRef::new(&mut store, &tuple_pre, &[empty_struct.into()])?; in issue_10772()