Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-link_cfg.rs
blob: d30ee3bcfdb1473db34241ae9317441402df7cb3 [
file
] [
log
] [
blame
] [
edit
]
#[
link
(
name
=
"foo"
,
cfg
(
foo
))]
//~^ ERROR: is unstable
extern
"C"
{}
fn
main
()
{}