mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-17 06:21:36 +03:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
error: setters must start with `set_`, found: a
|
|
--> $DIR/invalid-setter.rs:12:8
|
|
|
|
|
12 | fn a(this: &A, b: i32);
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|