mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 09:51:06 +00:00
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
error: setters must start with `set_`, found: a
|
|
--> $DIR/invalid-setter.rs:9:8
|
|
|
|
|
9 | fn a(this: &A, b: i32);
|
|
| ^
|
|
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|