about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait/fn-not-async-err.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/in-trait/fn-not-async-err.rs')
-rw-r--r--tests/ui/async-await/in-trait/fn-not-async-err.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/in-trait/fn-not-async-err.rs b/tests/ui/async-await/in-trait/fn-not-async-err.rs
index ecd5737cf3c..dab100b2e22 100644
--- a/tests/ui/async-await/in-trait/fn-not-async-err.rs
+++ b/tests/ui/async-await/in-trait/fn-not-async-err.rs
@@ -1,4 +1,4 @@
-// edition: 2021
+//@ edition: 2021
 
 #![allow(incomplete_features)]