@@ -8,6 +8,7 @@ error[E0277]: the trait bound `std::result::Result<(), ()>: wasm_bindgen::__rt::
8
8
<std::result::Result<(), E> as wasm_bindgen::__rt::IntoJsResult>
9
9
<std::result::Result<T, E> as wasm_bindgen::__rt::IntoJsResult>
10
10
= note: required by `wasm_bindgen::__rt::IntoJsResult::into_js_result`
11
+ = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
11
12
12
13
error[E0277]: the trait bound `std::result::Result<(), BadType>: wasm_bindgen::__rt::IntoJsResult` is not satisfied
13
14
--> $DIR/async-errors.rs:32:1
@@ -19,6 +20,7 @@ error[E0277]: the trait bound `std::result::Result<(), BadType>: wasm_bindgen::_
19
20
<std::result::Result<(), E> as wasm_bindgen::__rt::IntoJsResult>
20
21
<std::result::Result<T, E> as wasm_bindgen::__rt::IntoJsResult>
21
22
= note: required by `wasm_bindgen::__rt::IntoJsResult::into_js_result`
23
+ = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
22
24
23
25
error[E0277]: the trait bound `wasm_bindgen::JsValue: std::convert::From<BadType>` is not satisfied
24
26
--> $DIR/async-errors.rs:34:1
@@ -35,6 +37,7 @@ error[E0277]: the trait bound `wasm_bindgen::JsValue: std::convert::From<BadType
35
37
= note: required because of the requirements on the impl of `std::convert::Into<wasm_bindgen::JsValue>` for `BadType`
36
38
= note: required because of the requirements on the impl of `wasm_bindgen::__rt::IntoJsResult` for `BadType`
37
39
= note: required by `wasm_bindgen::__rt::IntoJsResult::into_js_result`
40
+ = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
38
41
39
42
error[E0277]: the trait bound `std::result::Result<BadType, wasm_bindgen::JsValue>: wasm_bindgen::__rt::IntoJsResult` is not satisfied
40
43
--> $DIR/async-errors.rs:36:1
@@ -46,3 +49,4 @@ error[E0277]: the trait bound `std::result::Result<BadType, wasm_bindgen::JsValu
46
49
<std::result::Result<(), E> as wasm_bindgen::__rt::IntoJsResult>
47
50
<std::result::Result<T, E> as wasm_bindgen::__rt::IntoJsResult>
48
51
= note: required by `wasm_bindgen::__rt::IntoJsResult::into_js_result`
52
+ = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments