blob: 9c1aef8953007865177fcf47d8086e9a6c99553c [file]
fn main() {}
#[deprecated(
since = "since" //~ ERROR attribute items not separated with `,`
note = "note"
)]
fn f0() {}
#[link(
name = "name" //~ ERROR attribute items not separated with `,`
kind = "static"
modifiers = "modifiers"
)]
fn f1() {}