Searched refs:tuple_struct (Results 1 – 1 of 1) sorted by relevance
1449 let tuple_struct = StructRef::new(&mut store, &tuple_pre, &[empty_struct.into()])?; in issue_10772() localVariable1450 let tuple_any = Val::from(tuple_struct); in issue_10772()