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