]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.stderr
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-2021-12-31
[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