]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-doc_cfg-cfg-rustdoc.stderr
Auto merge of #66578 - Centril:rollup-pgz1v7t, r=Centril
[rust.git] / src / test / ui / feature-gates / feature-gate-doc_cfg-cfg-rustdoc.stderr
1 error[E0658]: `cfg(doc)` is experimental and subject to change
2   --> $DIR/feature-gate-doc_cfg-cfg-rustdoc.rs:1:7
3    |
4 LL | #[cfg(doc)]
5    |       ^^^
6    |
7    = note: for more information, see https://github.com/rust-lang/rust/issues/43781
8    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.