Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
link-native-libs
/
issue-109144.rs
blob: 6970a4989bb538e8b1b3ceba9d7c83b587e9fcdb [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#[
link
(
kind
=
"static"
,
modifiers
=
"+whole-archive,+bundle"
)]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
extern
"C"
{}