about summary refs log tree commit diff
path: root/tests/ui/async-await/async-borrowck-escaping-block-error.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-borrowck-escaping-block-error.fixed')
-rw-r--r--tests/ui/async-await/async-borrowck-escaping-block-error.fixed4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-borrowck-escaping-block-error.fixed b/tests/ui/async-await/async-borrowck-escaping-block-error.fixed
index 605cfdfe747..0b926bcb286 100644
--- a/tests/ui/async-await/async-borrowck-escaping-block-error.fixed
+++ b/tests/ui/async-await/async-borrowck-escaping-block-error.fixed
@@ -1,5 +1,5 @@
-// edition:2018
-// run-rustfix
+//@ edition:2018
+//@ run-rustfix
 
 fn test_boxed() -> Box<impl std::future::Future<Output = u32>> {
     let x = 0u32;