2024-02-28 07:17:14 -06:00
|
|
|
//@compile-flags: -Zdeduplicate-diagnostics=yes
|
|
|
|
|
2019-02-28 09:47:00 -06:00
|
|
|
#[clippy::unknown]
|
2023-07-28 14:35:48 -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() {}
|