about summary refs log tree commit diff
path: root/tests/ui/async-await/field-assign-nonsend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/field-assign-nonsend.rs')
-rw-r--r--tests/ui/async-await/field-assign-nonsend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/field-assign-nonsend.rs b/tests/ui/async-await/field-assign-nonsend.rs
index 19315ef19f9..7002836ee47 100644
--- a/tests/ui/async-await/field-assign-nonsend.rs
+++ b/tests/ui/async-await/field-assign-nonsend.rs
@@ -1,5 +1,5 @@
 // Derived from an ICE found in tokio-xmpp during a crater run.
-// edition:2021
+//@ edition:2021
 
 #![allow(dead_code)]