]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/feature-gate-doc_cfg_hide.stderr
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-ui / feature-gate-doc_cfg_hide.stderr
CommitLineData
c295e0f8
XL
1error[E0658]: `#[doc(cfg_hide)]` is experimental
2 --> $DIR/feature-gate-doc_cfg_hide.rs:1:1
3 |
4LL | #![doc(cfg_hide(test))]
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
8 = help: add `#![feature(doc_cfg_hide)]` to the crate attributes to enable
9
10error: Compilation failed, aborting rustdoc
11
12error: aborting due to 2 previous errors
13
14For more information about this error, try `rustc --explain E0658`.