Skip to content

Commit da37c8f

Browse files
authored
Fix tests that are affected by this change
1 parent 9dfe5ef commit da37c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rustdoc-ui/lints/doc_cfg_hide.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ help: to apply to the crate, use an inner attribute
1818
LL | #![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
|
2424
LL | #![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
|
3333
LL | #![doc(cfg_hide)]

0 commit comments

Comments
 (0)