Add test case for doc_cfg_hide
feature gate
This commit is contained in:
parent
0031ce3a91
commit
e36a370f08
3 changed files with 24 additions and 3 deletions
|
@ -380,9 +380,6 @@ declare_features! (
|
|||
/// Allows `#[doc(cfg(...))]`.
|
||||
(active, doc_cfg, "1.21.0", Some(43781), None),
|
||||
|
||||
/// Allows `#[doc(cfg_hide(...))]`.
|
||||
(active, doc_cfg_hide, "1.49.0", Some(43781), None),
|
||||
|
||||
/// Allows `#[doc(masked)]`.
|
||||
(active, doc_masked, "1.21.0", Some(44027), None),
|
||||
|
||||
|
@ -678,6 +675,9 @@ declare_features! (
|
|||
/// Allows `#[track_caller]` on closures and generators.
|
||||
(active, closure_track_caller, "1.57.0", Some(87417), None),
|
||||
|
||||
/// Allows `#[doc(cfg_hide(...))]`.
|
||||
(active, doc_cfg_hide, "1.53.0", Some(43781), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: actual feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue