mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
error: cannot specify both `structural` and `final`
|
|
--> $DIR/structural-and-final.rs:7:40
|
|
|
|
|
7 | #[wasm_bindgen(method, structural, final)]
|
|
| ^^^^^
|