1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-24 14:10:51 +00:00

21 lines
518 B
Plaintext
Raw Normal View History

error: error parsing #[wasm_bindgen] attribute options: failed to parse anything
--> $DIR/invalid-attr.rs:7:16
|
7 | #[wasm_bindgen(x)]
| ^
error: error parsing #[wasm_bindgen] attribute options: failed to parse anything
--> $DIR/invalid-attr.rs:12:20
|
12 | #[wasm_bindgen(y)]
| ^
error: malformed #[wasm_bindgen] attribute
--> $DIR/invalid-attr.rs:15:5
|
2018-08-16 23:25:57 -07:00
15 | #[wasm_bindgen { }]
| ^^^^^^^^^^^^^^^^^^^^
2018-08-16 23:25:57 -07:00
error: aborting due to 3 previous errors