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

9 lines
240 B
Plaintext
Raw Normal View History

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