mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-17 10:19:49 +00:00
6 lines
129 B
Plaintext
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);
|
|
| ^
|