From 11bf4a3499b91b64ac4fac72d8d1700044abd0e1 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 12 Jan 2025 14:21:14 +0100 Subject: [PATCH] Fix UI tests --- crates/macro/ui-tests/unused-fn-attrs.stderr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/macro/ui-tests/unused-fn-attrs.stderr b/crates/macro/ui-tests/unused-fn-attrs.stderr index 1d53ef47e89..056946c4fd6 100644 --- a/crates/macro/ui-tests/unused-fn-attrs.stderr +++ b/crates/macro/ui-tests/unused-fn-attrs.stderr @@ -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 @@ -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 @@ -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 @@ -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