Skip to content

Commit

Permalink
Fix UI tests (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Jan 12, 2025
1 parent 8acb195 commit 8c0e794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/macro/ui-tests/unused-fn-attrs.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ error: invalid attribute unchecked_return_type in this position
50 | | )]
| |__^
|
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
= note: this error originates in the derive macro `wasm_bindgen::__rt::BindgenedStruct` (in Nightly builds, run with -Z macro-backtrace for more info)

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

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

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

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

0 comments on commit 8c0e794

Please sign in to comment.