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