2018-11-09 07:59:48 -08:00
|
|
|
error: cannot specify both `structural` and `final`
|
2019-01-02 08:35:01 -08:00
|
|
|
--> $DIR/structural-and-final.rs:11:40
|
|
|
|
|
|
|
|
|
11 | #[wasm_bindgen(method, structural, final)]
|
|
|
|
| ^^^^^
|
2018-11-09 07:59:48 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|