summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr')
-rw-r--r--tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr b/tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr
index 76928c5d7..da94d9d1e 100644
--- a/tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr
+++ b/tests/ui/async-await/return-type-notation/ty-or-ct-params.stderr
@@ -1,8 +1,8 @@
warning: the feature `return_type_notation` is incomplete and may not be safe to use and/or cause compiler crashes
- --> $DIR/ty-or-ct-params.rs:3:31
+ --> $DIR/ty-or-ct-params.rs:3:12
|
-LL | #![feature(async_fn_in_trait, return_type_notation)]
- | ^^^^^^^^^^^^^^^^^^^^
+LL | #![feature(return_type_notation)]
+ | ^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #109417 <https://github.com/rust-lang/rust/issues/109417> for more information
= note: `#[warn(incomplete_features)]` on by default