2024-03-07 17:19:29 +01:00
|
|
|
//@compile-flags: -Zdeduplicate-diagnostics=yes
|
|
|
|
|
2019-02-28 16:47:00 +01:00
|
|
|
#[clippy::unknown]
|
2023-08-24 21:32:12 +02:00
|
|
|
//~^ ERROR: usage of unknown attribute
|
2019-02-22 22:19:50 -03:00
|
|
|
#[clippy::cognitive_complexity = "1"]
|
2019-02-28 16:47:00 +01:00
|
|
|
fn main() {}
|