about summary refs log tree commit diff
path: root/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-11-24 17:37:25 -0800
committerEric Huss <eric@huss.org>2024-11-27 07:18:25 -0800
commitf94142b366f9bc57c15e9ac274f83d0f9c03ffac (patch)
treee1f4e41efc3307e29c6098985f225f0522044dca /tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
parentf592dd95dbfc892c1153af67e0ab5b4e593d33e7 (diff)
downloadrust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.tar.gz
rust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.zip
Update tests to use new proc-macro header
Diffstat (limited to 'tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs')
-rw-r--r--tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs b/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
index 0f302708537..e4878a93af1 100644
--- a/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
+++ b/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
@@ -1,4 +1,4 @@
-//@ aux-build:edition-gated-async-move-syntax.rs
+//@ proc-macro: edition-gated-async-move-syntax.rs
 //@ edition: 2015
 
 // Non-regression test for issue #89699, where a proc-macro emitting syntax only available in