@@ -19,7 +19,7 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, ()>: wasm_bindgen::
19
19
= help: the following implementations were found:
20
20
<Result<(), E> as wasm_bindgen::__rt::Start>
21
21
= note: required by `start`
22
- = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
22
+ = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
23
23
24
24
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::__rt::Start` is not satisfied
25
25
--> $DIR/start-function.rs:18:1
@@ -30,7 +30,7 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsVal
30
30
= help: the following implementations were found:
31
31
<Result<(), E> as wasm_bindgen::__rt::Start>
32
32
= note: required by `start`
33
- = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
33
+ = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
34
34
35
35
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, ()>: wasm_bindgen::__rt::Start` is not satisfied
36
36
--> $DIR/start-function.rs:27:1
@@ -41,7 +41,7 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, ()>: wasm_bindgen::
41
41
= help: the following implementations were found:
42
42
<Result<(), E> as wasm_bindgen::__rt::Start>
43
43
= note: required by `start`
44
- = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
44
+ = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
45
45
46
46
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::__rt::Start` is not satisfied
47
47
--> $DIR/start-function.rs:30:1
@@ -52,4 +52,4 @@ error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsVal
52
52
= help: the following implementations were found:
53
53
<Result<(), E> as wasm_bindgen::__rt::Start>
54
54
= note: required by `start`
55
- = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
55
+ = note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments