summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/return-type-notation/ty-or-ct-params.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/return-type-notation/ty-or-ct-params.rs')
-rw-r--r--tests/ui/async-await/return-type-notation/ty-or-ct-params.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/return-type-notation/ty-or-ct-params.rs b/tests/ui/async-await/return-type-notation/ty-or-ct-params.rs
index 7871a2fed..ac320cfc6 100644
--- a/tests/ui/async-await/return-type-notation/ty-or-ct-params.rs
+++ b/tests/ui/async-await/return-type-notation/ty-or-ct-params.rs
@@ -1,6 +1,6 @@
// edition: 2021
-#![feature(async_fn_in_trait, return_type_notation)]
+#![feature(return_type_notation)]
//~^ WARN the feature `return_type_notation` is incomplete
trait Foo {