index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
()
{}