]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-toml/fn_params_excessive_bools/test.stderr
New upstream version 1.65.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 |
7 = note: `-D clippy::fn-params-excessive-bools` implied by `-D warnings`
8 = help: consider refactoring bools into two-variant enums
9
10error: aborting due to previous error
11