wasm-bindgen/crates/macro/ui-tests/unused-attributes.stderr
2019-09-20 11:50:39 -07:00

14 lines
339 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: could not compile `wasm-bindgen-macro-tests`.