mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
error: unknown attribute
|
|
--> $DIR/invalid-attr.rs:7:16
|
|
|
|
|
7 | #[wasm_bindgen(x)]
|
|
| ^
|
|
|
|
error: unknown attribute
|
|
--> $DIR/invalid-attr.rs:12:20
|
|
|
|
|
12 | #[wasm_bindgen(y)]
|
|
| ^
|
|
|
|
error: malformed #[wasm_bindgen] attribute
|
|
--> $DIR/invalid-attr.rs:15:5
|
|
|
|
|
15 | #[wasm_bindgen { }]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 3 previous errors
|
|
|