]> git.lizzy.rs Git - rust.git/blob - tests/ui/renamed_builtin_attr.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / 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