Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
linkage-attr
/
issue-109144.rs
blob: 2f740e55389730bf0550a9124ea68583b223e0b7 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#[
link
(
kind
=
"static"
,
modifiers
=
"+whole-archive,+bundle"
)]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
extern
{}