2020-02-01 17:49:52 -06:00
|
|
|
error: more than 0 bools in a struct
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-toml/struct_excessive_bools/test.rs:3:1
|
2020-02-01 17:49:52 -06:00
|
|
|
|
|
|
|
|
LL | / struct S {
|
|
|
|
LL | | a: bool,
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= help: consider using a state machine or refactoring bools into two-variant enums
|
2022-09-22 11:04:22 -05:00
|
|
|
= note: `-D clippy::struct-excessive-bools` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::struct_excessive_bools)]`
|
2020-02-01 17:49:52 -06:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-02-01 17:49:52 -06:00
|
|
|
|