]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/feature-gate-doc_cfg_hide.stderr
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / 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`.