wasm-bindgen/crates/macro/ui-tests/structural-and-final.stderr

9 lines
235 B
Plaintext
Raw Normal View History

2018-11-09 07:59:48 -08:00
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