mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 22:11:45 +03:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
error: cannot specify both `structural` and `final`
|
|
--> $DIR/structural-and-final.rs:9:40
|
|
|
|
|
9 | #[wasm_bindgen(method, structural, final)]
|
|
| ^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|