Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
16
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr
vendored
Normal file
16
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: FromWasmAbi` is not satisfied
|
||||
--> ui-tests/missing-catch.rs:6:9
|
||||
|
|
||||
6 | pub fn foo() -> Result<JsValue, JsValue>;
|
||||
| ^^^ the trait `FromWasmAbi` is not implemented for `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
||||
|
|
||||
= help: the following other types implement trait `FromWasmAbi`:
|
||||
bool
|
||||
char
|
||||
isize
|
||||
i8
|
||||
i16
|
||||
i32
|
||||
i64
|
||||
usize
|
||||
and $N others
|
||||
Loading…
Add table
Add a link
Reference in a new issue