]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attribute-with-no-generics-in-parameter-list.rs
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
[rust.git] / src / test / ui / attribute-with-no-generics-in-parameter-list.rs
1 fn foo<#[attr]>() {} //~ ERROR attribute without generic parameters
2
3 fn main() {}