summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/gat-bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/pretty/gat-bounds.rs')
-rw-r--r--src/test/pretty/gat-bounds.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/pretty/gat-bounds.rs b/src/test/pretty/gat-bounds.rs
index 8877c6cc9..0a361a383 100644
--- a/src/test/pretty/gat-bounds.rs
+++ b/src/test/pretty/gat-bounds.rs
@@ -3,8 +3,6 @@
// pretty-compare-only
-#![feature(generic_associated_types)]
-
trait X {
type Y<T>: Trait where Self: Sized;
}