mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00:00
9 lines
531 B
Plaintext
9 lines
531 B
Plaintext
error[E0277]: the trait bound `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::convert::traits::FromWasmAbi` is not satisfied
|
|
--> $DIR/missing-catch.rs:6:9
|
|
|
|
|
6 | pub fn foo() -> Result<JsValue, JsValue>;
|
|
| ^^^ the trait `wasm_bindgen::convert::traits::FromWasmAbi` is not implemented for `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|