]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/cognitive_complexity_attr_used.stderr
Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc
[rust.git] / src / tools / clippy / 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    = help: you could split it up into multiple smaller functions
8    = note: `-D clippy::cognitive-complexity` implied by `-D warnings`
9
10 error: aborting due to previous error
11