mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-02 09:02:16 +00:00
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
|
error: cannot specify both `structural` and `host_binding`
|
||
|
--> $DIR/structural-and-host-binding.rs:9:40
|
||
|
|
|
||
|
9 | #[wasm_bindgen(method, structural, host_binding)]
|
||
|
| ^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|