mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-25 22:41:04 +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
|
|
|