summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/construct_with_other_type.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/generic-associated-types/construct_with_other_type.rs')
-rw-r--r--src/test/ui/generic-associated-types/construct_with_other_type.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/generic-associated-types/construct_with_other_type.rs b/src/test/ui/generic-associated-types/construct_with_other_type.rs
index 060804269..5cb07f558 100644
--- a/src/test/ui/generic-associated-types/construct_with_other_type.rs
+++ b/src/test/ui/generic-associated-types/construct_with_other_type.rs
@@ -1,5 +1,3 @@
-#![feature(generic_associated_types)]
-
// check-pass
use std::ops::Deref;