mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-18 15:31:48 +03:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
|
error: unused #[wasm_bindgen] attribute
|
||
|
--> $DIR/unused-attributes.rs:7:20
|
||
|
|
|
||
|
7 | #[wasm_bindgen(method)]
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: unused #[wasm_bindgen] attribute
|
||
|
--> $DIR/unused-attributes.rs:8:20
|
||
|
|
|
||
|
8 | #[wasm_bindgen(method)]
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|