about summary refs log tree commit diff
path: root/tests/ui/dyn-star/upcast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/dyn-star/upcast.rs')
-rw-r--r--tests/ui/dyn-star/upcast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/dyn-star/upcast.rs b/tests/ui/dyn-star/upcast.rs
index e8e89fc5101..01e1b94f87e 100644
--- a/tests/ui/dyn-star/upcast.rs
+++ b/tests/ui/dyn-star/upcast.rs
@@ -1,6 +1,6 @@
 //@ known-bug: #104800
 
-#![feature(dyn_star, trait_upcasting)]
+#![feature(dyn_star)]
 
 trait Foo: Bar {
     fn hello(&self);