This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/zeroidc/vendor/wasm-bindgen-macro/ui-tests/invalid-setter.stderr

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);
| ^