From 03df65497e51c8a69e16ab8d4bc7a7d1b3d471dc Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 10 Jul 2021 22:06:10 -0400 Subject: feature gate doc(primitive) --- compiler/rustc_feature/src/active.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/rustc_feature/src') diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 73b29d65e91..56dac253c54 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -682,6 +682,9 @@ declare_features! ( /// Allows explicit generic arguments specification with `impl Trait` present. (active, explicit_generic_args_with_impl_trait, "1.56.0", Some(83701), None), + /// Allows using doc(primitive) without a future-incompat warning + (active, doc_primitive, "1.56.0", Some(88070), None), + // ------------------------------------------------------------------------- // feature-group-end: actual feature gates // ------------------------------------------------------------------------- -- cgit 1.4.1-3-g733a5