mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 10:21:07 +00:00
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
error: unknown attribute
|
|
--> $DIR/invalid-attr.rs:3:16
|
|
|
|
|
3 | #[wasm_bindgen(x)]
|
|
| ^
|
|
|
|
error: unknown attribute
|
|
--> $DIR/invalid-attr.rs:8:20
|
|
|
|
|
8 | #[wasm_bindgen(y)]
|
|
| ^
|
|
|
|
error: malformed #[wasm_bindgen] attribute
|
|
--> $DIR/invalid-attr.rs:11:5
|
|
|
|
|
11 | #[wasm_bindgen { }]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|