]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attribute-with-no-generics-in-parameter-list.rs
Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen
[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() {}