Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UI tests #4403

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading