Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
link-native-libs
/
link-arg-from-rs2.rs
blob: 3074fec6c1c8fe22930a32ecfc4ad621be8b31d5 [
file
] [
edit
]
#![
feature
(
link_arg_attribute
)]
#[
link
(
kind
=
"link-arg"
,
name
=
"arg"
,
modifiers
=
"+export-symbols"
)]
//~^ ERROR linking modifier `export-symbols` is only compatible with `static` linking kind
extern
"C"
{}
pub
fn
main
()
{}