Remove use_extern_macros features

This has now been stabilized!
This commit is contained in:
Alex Crichton
2018-08-19 14:31:35 -07:00
parent 9c6225fd80
commit d4297ad2d3
57 changed files with 114 additions and 198 deletions

View File

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