File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ help: to apply to the crate, use an inner attribute
1818LL | #![doc(cfg_hide(doc))]
1919 | +
2020
21- error: `#[doc(cfg_hide(...)]` takes a list of attributes
21+ error: `#[doc(cfg_hide(...)) ]` takes a list of attributes
2222 --> $DIR/doc_cfg_hide.rs:4:8
2323 |
2424LL | #![doc(cfg_hide = "test")]
@@ -27,7 +27,7 @@ LL | #![doc(cfg_hide = "test")]
2727 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
2828 = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
2929
30- error: `#[doc(cfg_hide(...)]` takes a list of attributes
30+ error: `#[doc(cfg_hide(...)) ]` takes a list of attributes
3131 --> $DIR/doc_cfg_hide.rs:6:8
3232 |
3333LL | #![doc(cfg_hide)]
You can’t perform that action at this time.
0 commit comments