mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
warning: number of conditions in decision (7) exceeds limit (6), so MC/DC analysis will not count this expression
|
|
--> $DIR/mcdc-condition-limit.rs:29:8
|
|
|
|
|
LL | if a && b && c && d && e && f && g {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|