mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-25 11:42:50 +02:00
5 lines
129 B
Text
5 lines
129 B
Text
error: setters must start with `set_`, found: a
|
|
--> $DIR/invalid-setter.rs:9:8
|
|
|
|
|
9 | fn a(this: &A, b: i32);
|
|
| ^
|