From ac354cf5ced544e7e7c74f67ea5fd82d5b501aed Mon Sep 17 00:00:00 2001 From: Charles Lew Date: Sun, 13 Jun 2021 18:42:11 +0800 Subject: Add feature gate tests. --- compiler/rustc_feature/src/active.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_feature/src') diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 13877064747..638330c904d 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -685,7 +685,7 @@ declare_features! ( /// Allows upcasting trait objects via supertraits. /// Trait upcasting is casting, e.g., `dyn Foo -> dyn Bar` where `Foo: Bar`. - (active, trait_upcasting, "1.56.0", Some(65991), None), + (incomplete, trait_upcasting, "1.56.0", Some(65991), None), // ------------------------------------------------------------------------- // feature-group-end: actual feature gates -- cgit 1.4.1-3-g733a5