index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
feature-gates
/
feature-gate-doc_cfg.rs
blob: b12b8a105718290abbf99fe73c670e8364211d7a (
plain
)
1
2
#[doc(cfg(unix))]
//~ ERROR: `#[doc(cfg)]` is experimental
fn
main
()
{}