wasm-bindgen/crates/macro/ui-tests/unused-attributes.stderr

14 lines
339 B
Plaintext
Raw Normal View History

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)]
| ^^^^^^
2019-09-20 11:50:39 -07:00
error: could not compile `wasm-bindgen-macro-tests`.