Feature-gate pointer and reference in intra-doc links

- Only feature gate associated items
- Add docs to unstable book
This commit is contained in:
Joshua Nelson 2021-01-14 11:55:52 -05:00
parent edeb631ad0
commit fc53594756
10 changed files with 89 additions and 13 deletions

View file

@ -629,6 +629,8 @@ declare_features! (
/// Allows references to types with interior mutability within constants
(active, const_refs_to_cell, "1.51.0", Some(80384), None),
/// Allows using `pointer` and `reference` in intra-doc links
(active, intra_doc_pointers, "1.51.0", Some(80896), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates
// -------------------------------------------------------------------------