diff --git a/crates/macro/ui-tests/unsupported-options.stderr b/crates/macro/ui-tests/unsupported-options.stderr index 84ec8f23560..7a6dcd70537 100644 --- a/crates/macro/ui-tests/unsupported-options.stderr +++ b/crates/macro/ui-tests/unsupported-options.stderr @@ -12,7 +12,7 @@ error[E0277]: JavaScript constructors are not supported for `RustEnum` = note: Consider removing the `constructor` option and using a regular static method instead. = help: the trait `SupportsConstructor` is implemented for `RustStruct` note: required by a bound in `CheckSupportsConstructor` - --> $WORKSPACE/src/marker.rs + --> $WORKSPACE/src/rt/marker.rs | | pub struct CheckSupportsConstructor(T); | ^^^^^^^^^^^^^^^^^^^ required by this bound in `CheckSupportsConstructor` @@ -31,7 +31,7 @@ error[E0277]: JavaScript instance getters and setters are not supported for `Rus = note: `#[wasm_bindgen(getter)]` and `#[wasm_bindgen(setter)]` are only supported for `struct`s and cannot be used for `enum`s. = help: the trait `SupportsInstanceProperty` is implemented for `RustStruct` note: required by a bound in `CheckSupportsInstanceProperty` - --> $WORKSPACE/src/marker.rs + --> $WORKSPACE/src/rt/marker.rs | | pub struct CheckSupportsInstanceProperty(T); | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `CheckSupportsInstanceProperty` @@ -50,7 +50,7 @@ error[E0277]: JavaScript instance getters and setters are not supported for `Rus = note: `#[wasm_bindgen(getter)]` and `#[wasm_bindgen(setter)]` are only supported for `struct`s and cannot be used for `enum`s. = help: the trait `SupportsInstanceProperty` is implemented for `RustStruct` note: required by a bound in `CheckSupportsInstanceProperty` - --> $WORKSPACE/src/marker.rs + --> $WORKSPACE/src/rt/marker.rs | | pub struct CheckSupportsInstanceProperty(T); | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `CheckSupportsInstanceProperty` @@ -69,7 +69,7 @@ error[E0277]: JavaScript static getters and setters are not supported for `RustE = note: `#[wasm_bindgen(getter)]` and `#[wasm_bindgen(setter)]` are only supported for `struct`s and cannot be used for `enum`s. = help: the trait `SupportsStaticProperty` is implemented for `RustStruct` note: required by a bound in `CheckSupportsStaticProperty` - --> $WORKSPACE/src/marker.rs + --> $WORKSPACE/src/rt/marker.rs | | pub struct CheckSupportsStaticProperty(T); | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `CheckSupportsStaticProperty` @@ -88,7 +88,7 @@ error[E0277]: JavaScript static getters and setters are not supported for `RustE = note: `#[wasm_bindgen(getter)]` and `#[wasm_bindgen(setter)]` are only supported for `struct`s and cannot be used for `enum`s. = help: the trait `SupportsStaticProperty` is implemented for `RustStruct` note: required by a bound in `CheckSupportsStaticProperty` - --> $WORKSPACE/src/marker.rs + --> $WORKSPACE/src/rt/marker.rs | | pub struct CheckSupportsStaticProperty(T); | ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `CheckSupportsStaticProperty`