]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-toml/fn_params_excessive_bools/test.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-toml / fn_params_excessive_bools / test.stderr
CommitLineData
f20569fa
XL
1error: more than 1 bools in function parameters
2 --> $DIR/test.rs:4:1
3 |
4LL | fn g(_: bool, _: bool) {}
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
f20569fa 7 = help: consider refactoring bools into two-variant enums
2b03887a 8 = note: `-D clippy::fn-params-excessive-bools` implied by `-D warnings`
f20569fa
XL
9
10error: aborting due to previous error
11