about summary refs log tree commit diff
path: root/src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs')
-rw-r--r--src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs b/src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs
index 571f934fc5b..21f299505cc 100644
--- a/src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs
+++ b/src/test/ui/traits/traits-inductive-overflow-supertrait-oibit.rs
@@ -2,7 +2,7 @@
 // a simple OIBIT `..` impl alone still doesn't allow arbitrary bounds
 // to be synthesized.
 
-#![feature(optin_builtin_traits)]
+#![feature(auto_traits)]
 #![feature(negative_impls)]
 
 auto trait Magic: Copy {} //~ ERROR E0568