Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-link_cfg.rs
blob: 286c3d0a4977d008f7cf17bcf6e367a16f7145bd [
file
] [
edit
]
#[
link
(
name
=
"foo"
,
cfg
(
false
))]
//~^ ERROR: is unstable
extern
"C"
{}
fn
main
()
{}