summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/type-alias-where-fixable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/type-alias-where-fixable.rs')
-rw-r--r--src/test/ui/parser/type-alias-where-fixable.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/parser/type-alias-where-fixable.rs b/src/test/ui/parser/type-alias-where-fixable.rs
index 562a530a7..b20aa9398 100644
--- a/src/test/ui/parser/type-alias-where-fixable.rs
+++ b/src/test/ui/parser/type-alias-where-fixable.rs
@@ -1,8 +1,6 @@
// check-pass
// run-rustfix
-#![feature(generic_associated_types)]
-
trait Trait {
// Fine.
type Assoc where u32: Copy;