about summary refs log tree commit diff
path: root/tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs
diff options
context:
space:
mode:
authorLukas Wirth <lukas.wirth@ferrous-systems.com>2025-05-26 14:47:19 +0200
committerLukas Wirth <lukas.wirth@ferrous-systems.com>2025-05-26 14:59:48 +0200
commit1d35ac9ce0e5e5265fae1b2a4754013c1e479960 (patch)
treef3f30582181794ec70c6308e81f5c42ff4be9602 /tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs
parent95a2212587f1b8500af1ac630322b0cb2e030c61 (diff)
downloadrust-1d35ac9ce0e5e5265fae1b2a4754013c1e479960.tar.gz
rust-1d35ac9ce0e5e5265fae1b2a4754013c1e479960.zip
Add missing edition directives for async-await tests
Diffstat (limited to 'tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs')
-rw-r--r--tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs b/tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs
index d222ddc081e..60a7dff7d49 100644
--- a/tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs
+++ b/tests/ui/async-await/async-fn/edition-2015-not-async-bound.rs
@@ -1,3 +1,4 @@
+//@ edition:2015
 //@ check-pass
 // Make sure that we don't eagerly recover `async ::Bound` in edition 2015.