wasm-bindgen/crates/macro/ui-tests/structural-and-final.stderr
2019-09-20 11:50:39 -07:00

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`.