wasm-bindgen/crates/macro/ui-tests/structural-and-final.stderr
2019-01-02 08:35:05 -08:00

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