wasm-bindgen/crates/macro/ui-tests/attribute-fails-to-parse.stderr
Alex Crichton 8f9514d216 Update syn to 0.15
New and faster parsers!
2018-09-06 15:01:24 -07:00

9 lines
170 B
Plaintext

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