about summary refs log tree commit diff
path: root/tests/ui/coherence/coherence-unsafe-trait-object-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/coherence-unsafe-trait-object-impl.rs')
-rw-r--r--tests/ui/coherence/coherence-unsafe-trait-object-impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/coherence-unsafe-trait-object-impl.rs b/tests/ui/coherence/coherence-unsafe-trait-object-impl.rs
index 9859a226efd..16baf0958a6 100644
--- a/tests/ui/coherence/coherence-unsafe-trait-object-impl.rs
+++ b/tests/ui/coherence/coherence-unsafe-trait-object-impl.rs
@@ -1,7 +1,7 @@
 // Check that unsafe trait object do not implement themselves
 // automatically
 
-#![feature(object_safe_for_dispatch)]
+#![feature(dyn_compatible_for_dispatch)]
 
 trait Trait: Sized {
     fn call(&self);