summaryrefslogtreecommitdiffstats
path: root/tests/ui/linkage-attr/issue-109144.rs
blob: 2f740e55389730bf0550a9124ea68583b223e0b7 (plain)
1
2
3
4
#![crate_type = "lib"]
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
extern  {}