@@ -16,15 +16,15 @@ LL | fn t(_: S, _: S, _: Box<S>, _: Vec<u32>, _: bool, _: bool, _: bool, _: bool
1616 = help: consider refactoring bools into two-variant enums
1717
1818error: more than 3 bools in function parameters
19- --> $DIR/fn_params_excessive_bools.rs:31 :5
19+ --> $DIR/fn_params_excessive_bools.rs:33 :5
2020 |
2121LL | fn f(&self, _: bool, _: bool, _: bool, _: bool) {}
2222 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2323 |
2424 = help: consider refactoring bools into two-variant enums
2525
2626error: more than 3 bools in function parameters
27- --> $DIR/fn_params_excessive_bools.rs:45 :5
27+ --> $DIR/fn_params_excessive_bools.rs:48 :5
2828 |
2929LL | / fn n(_: bool, _: u32, _: bool, _: Box<u32>, _: bool, _: bool) {
3030LL | | fn nn(_: bool, _: bool, _: bool, _: bool) {}
@@ -34,7 +34,7 @@ LL | | }
3434 = help: consider refactoring bools into two-variant enums
3535
3636error: more than 3 bools in function parameters
37- --> $DIR/fn_params_excessive_bools.rs:46 :9
37+ --> $DIR/fn_params_excessive_bools.rs:49 :9
3838 |
3939LL | fn nn(_: bool, _: bool, _: bool, _: bool) {}
4040 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments