about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorCharles Lew <crlf0710@gmail.com>2021-06-13 18:42:11 +0800
committerCharles Lew <crlf0710@gmail.com>2021-07-31 00:51:38 +0800
commitac354cf5ced544e7e7c74f67ea5fd82d5b501aed (patch)
tree730b8a9cf06fa1075d449566c466f7775dbd2c66 /compiler/rustc_feature/src
parent2dc86a645051b4255f273148c561ca6c74e8397f (diff)
downloadrust-ac354cf5ced544e7e7c74f67ea5fd82d5b501aed.tar.gz
rust-ac354cf5ced544e7e7c74f67ea5fd82d5b501aed.zip
Add feature gate tests.
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 1 insertions, 1 deletions
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