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
18
18
LL | #![doc(cfg_hide(doc))]
19
19
| +
20
20
21
- error: `#[doc(cfg_hide(...)]` takes a list of attributes
21
+ error: `#[doc(cfg_hide(...)) ]` takes a list of attributes
22
22
--> $DIR/doc_cfg_hide.rs:4:8
23
23
|
24
24
LL | #![doc(cfg_hide = "test")]
@@ -27,7 +27,7 @@ LL | #![doc(cfg_hide = "test")]
27
27
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
28
28
= note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
29
29
30
- error: `#[doc(cfg_hide(...)]` takes a list of attributes
30
+ error: `#[doc(cfg_hide(...)) ]` takes a list of attributes
31
31
--> $DIR/doc_cfg_hide.rs:6:8
32
32
|
33
33
LL | #![doc(cfg_hide)]
You can’t perform that action at this time.
0 commit comments