mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 23:56:06 +00:00
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
error: cannot specify both `structural` and `final`
|
|
--> $DIR/structural-and-final.rs:7:40
|
|
|
|
|
7 | #[wasm_bindgen(method, structural, final)]
|
|
| ^^^^^
|
|
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|