about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/def-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/def-path.rs')
-rw-r--r--tests/ui/async-await/async-closures/def-path.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/def-path.rs b/tests/ui/async-await/async-closures/def-path.rs
index 87e99ddda64..70450697816 100644
--- a/tests/ui/async-await/async-closures/def-path.rs
+++ b/tests/ui/async-await/async-closures/def-path.rs
@@ -1,5 +1,5 @@
-// compile-flags: -Zverbose-internals
-// edition:2021
+//@ compile-flags: -Zverbose-internals
+//@ edition:2021
 
 #![feature(async_closure)]