mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-19 08:02:09 +03:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
error: error parsing #[wasm_bindgen] attribute options: failed to parse anything
|
||
|
--> $DIR/attribute-fails-to-parse.rs:7:16
|
||
|
|
|
||
|
7 | #[wasm_bindgen(nonsense)]
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|