about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/issue-109144.rs
blob: 6970a4989bb538e8b1b3ceba9d7c83b587e9fcdb (plain)
1
2
3
4
#![crate_type = "lib"]
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
extern "C" {}