1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-11 06:36:05 +00:00
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