1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00
2019-11-06 09:15:51 -08:00

6 lines
129 B
Plaintext

error: setters must start with `set_`, found: a
--> $DIR/invalid-setter.rs:9:8
|
9 | fn a(this: &A, b: i32);
| ^