mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 23:48:20 +00:00
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.