mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 04:00:52 +00:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
error: cannot specify both `structural` and `final`
|
|
--> $DIR/structural-and-final.rs:11:40
|
|
|
|
|
11 | #[wasm_bindgen(method, structural, final)]
|
|
| ^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|