Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/component_model/
H A Dfunc.rs676 let invalid_func = in tuple_result() localVariable
678 let err = invalid_func.call(&mut store, ()).err().unwrap(); in tuple_result()