Skip to content

Commit 8c0e794

Browse files
authored
Fix UI tests (#4403)
1 parent 8acb195 commit 8c0e794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/macro/ui-tests/unused-fn-attrs.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ error: invalid attribute unchecked_return_type in this position
3939
50 | | )]
4040
| |__^
4141
|
42-
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
42+
= note: this error originates in the derive macro `wasm_bindgen::__rt::BindgenedStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
4343

4444
error: invalid attribute return_description in this position
4545
--> ui-tests/unused-fn-attrs.rs:45:1
@@ -52,7 +52,7 @@ error: invalid attribute return_description in this position
5252
50 | | )]
5353
| |__^
5454
|
55-
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
55+
= note: this error originates in the derive macro `wasm_bindgen::__rt::BindgenedStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
5656

5757
error: invalid attribute unchecked_param_type in this position
5858
--> ui-tests/unused-fn-attrs.rs:45:1
@@ -65,7 +65,7 @@ error: invalid attribute unchecked_param_type in this position
6565
50 | | )]
6666
| |__^
6767
|
68-
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
68+
= note: this error originates in the derive macro `wasm_bindgen::__rt::BindgenedStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
6969

7070
error: invalid attribute param_description in this position
7171
--> ui-tests/unused-fn-attrs.rs:45:1
@@ -78,7 +78,7 @@ error: invalid attribute param_description in this position
7878
50 | | )]
7979
| |__^
8080
|
81-
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
81+
= note: this error originates in the derive macro `wasm_bindgen::__rt::BindgenedStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
8282

8383
error: invalid attribute unchecked_return_type in this position
8484
--> ui-tests/unused-fn-attrs.rs:53:1

0 commit comments

Comments
 (0)