about summary refs log tree commit diff
path: root/tests/ui/async-await/nested-in-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/nested-in-impl.rs')
-rw-r--r--tests/ui/async-await/nested-in-impl.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/async-await/nested-in-impl.rs b/tests/ui/async-await/nested-in-impl.rs
index 76ed827d597..aebcf43c427 100644
--- a/tests/ui/async-await/nested-in-impl.rs
+++ b/tests/ui/async-await/nested-in-impl.rs
@@ -1,8 +1,8 @@
 // Test that async fn works when nested inside of
 // impls with lifetime parameters.
 //
-// check-pass
-// edition:2018
+//@ check-pass
+//@ edition:2018
 
 struct Foo<'a>(&'a ());