]> git.proxmox.com Git - rustc.git/blame - tests/ui/feature-gates/feature-gate-doc_cfg.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / feature-gates / feature-gate-doc_cfg.stderr
CommitLineData
e1599b0c 1error[E0658]: `#[doc(cfg)]` is experimental
0731742a 2 --> $DIR/feature-gate-doc_cfg.rs:1:1
ff7c6d11 3 |
532ac7d7 4LL | #[doc(cfg(unix))]
ff7c6d11
XL
5 | ^^^^^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
416331ca 8 = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
ff7c6d11 9
4b012472 10error: aborting due to 1 previous error
ff7c6d11 11
0531ce1d 12For more information about this error, try `rustc --explain E0658`.