mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 09:51:06 +00:00
This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
error: cannot specify both `structural` and `final`
|
|
--> $DIR/structural-and-final.rs:7:40
|
|
|
|
|
7 | #[wasm_bindgen(method, structural, final)]
|
|
| ^^^^^
|