Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-doc_cfg.rs
blob: b12b8a105718290abbf99fe73c670e8364211d7a [
file
] [
log
] [
blame
] [
edit
]
#[
doc
(
cfg
(
unix
))]
//~ ERROR: `#[doc(cfg)]` is experimental
fn
main
()
{}