summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/return-type-notation/super-method-bound.current.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/return-type-notation/super-method-bound.current.stderr')
-rw-r--r--tests/ui/async-await/return-type-notation/super-method-bound.current.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/async-await/return-type-notation/super-method-bound.current.stderr b/tests/ui/async-await/return-type-notation/super-method-bound.current.stderr
index 891c802c5..5f482b608 100644
--- a/tests/ui/async-await/return-type-notation/super-method-bound.current.stderr
+++ b/tests/ui/async-await/return-type-notation/super-method-bound.current.stderr
@@ -1,8 +1,7 @@
warning: the feature `return_type_notation` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/super-method-bound.rs:6:31
|
-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