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