]> git.lizzy.rs Git - rust.git/blob - tests/ui/cognitive_complexity_attr_used.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / cognitive_complexity_attr_used.stderr
1 error: the function has a cognitive complexity of (3/0)
2   --> $DIR/cognitive_complexity_attr_used.rs:9:4
3    |
4 LL | fn kaboom() {
5    |    ^^^^^^
6    |
7    = note: `-D clippy::cognitive-complexity` implied by `-D warnings`
8    = help: you could split it up into multiple smaller functions
9
10 error: aborting due to previous error
11