]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.stderr
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.stderr
1 error: usage of deprecated attribute
2   --> $DIR/renamed_builtin_attr.rs:3:11
3    |
4 LL | #[clippy::cyclomatic_complexity = "1"]
5    |           ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `cognitive_complexity`
6
7 error: aborting due to previous error
8