wasm-bindgen/crates/macro/ui-tests/structural-and-host-binding.stderr
2018-11-08 16:47:46 -08:00

9 lines
263 B
Plaintext

error: cannot specify both `structural` and `host_binding`
--> $DIR/structural-and-host-binding.rs:9:40
|
9 | #[wasm_bindgen(method, structural, host_binding)]
| ^^^^^^^^^^^^
error: aborting due to previous error