]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/feature-gate-doc_cfg_hide.stderr
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / rustdoc-ui / feature-gate-doc_cfg_hide.stderr
1 error[E0658]: `#[doc(cfg_hide)]` is experimental
2   --> $DIR/feature-gate-doc_cfg_hide.rs:1:1
3    |
4 LL | #![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
10 error: Compilation failed, aborting rustdoc
11
12 error: aborting due to 2 previous errors
13
14 For more information about this error, try `rustc --explain E0658`.