]> git.proxmox.com Git - rustc.git/blob - src/tools/clippy/tests/ui/unknown_attribute.rs
New upstream version 1.74.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / unknown_attribute.rs
1 #[clippy::unknown]
2 //~^ ERROR: usage of unknown attribute
3 #[clippy::cognitive_complexity = "1"]
4 fn main() {}