about summary refs log tree commit diff
path: root/tests/ui/proc-macro/edition-gated-async-move-syntax-issue89699.rs
AgeCommit message (Collapse)AuthorLines
2024-11-27Update tests to use new proc-macro headerEric Huss-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-11-20test: Add test for async-move in 2015 Rust proc macroArthur Cohen-0/+10
Add a test to ensure issue #89699 does not show up again. This test emits an `async move` closure in a proc macro, which is used in a test program compiled with edition 2015. We make sure the error message is nice and shows up properly.