wasm-bindgen/crates/macro/ui-tests/attribute-fails-to-parse.stderr
Alex Crichton d4297ad2d3 Remove use_extern_macros features
This has now been stabilized!
2018-08-19 14:33:01 -07:00

9 lines
226 B
Plaintext

error: error parsing #[wasm_bindgen] attribute options: failed to parse anything
--> $DIR/attribute-fails-to-parse.rs:5:16
|
5 | #[wasm_bindgen(nonsense)]
| ^^^^^^^^
error: aborting due to previous error