Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
native-library-link-flags
/
link-arg-from-rs.rs
blob: 4a6017fea339a47572424233dd67f33e20907866 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
link_arg_attribute
)]
#[
link
(
kind
=
"link-arg"
,
name
=
"arg"
,
modifiers
=
"+bundle"
)]
//~^ ERROR linking modifier `bundle` is only compatible with `static` linking kind
extern
"C"
{}
pub
fn
main
()
{}