Home
last modified time | relevance | path

Searched refs:tuple_struct (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dgc.rs1449 let tuple_struct = StructRef::new(&mut store, &tuple_pre, &[empty_struct.into()])?; in issue_10772() localVariable
1450 let tuple_any = Val::from(tuple_struct); in issue_10772()