wasm-bindgen/crates/macro/ui-tests/attribute-fails-to-parse.stderr
Alex Crichton 4cc730fc41 Migrate to trybuild from compiletest
This migrates our UI tests to the recently published `trybuild` crate
which should hopefully be a bit more robust than `compiletest` over
time!
2019-05-15 14:47:22 -07:00

6 lines
130 B
Plaintext

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