about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorBryan Garza <1396101+bryangarza@users.noreply.github.com>2023-02-11 03:05:05 +0000
committerBryan Garza <1396101+bryangarza@users.noreply.github.com>2023-02-17 21:15:56 +0000
commit3fcbd1ccf92daa18d460731b89606edeb56fb8d0 (patch)
treea1f8b5bbcfcc3488563b923d7e33c268013a8745 /compiler/rustc_codegen_llvm/src/errors.rs
parent8deed11af9a49960fcec3bf2b5e43f24dc2a1cf2 (diff)
downloadrust-3fcbd1ccf92daa18d460731b89606edeb56fb8d0.tar.gz
rust-3fcbd1ccf92daa18d460731b89606edeb56fb8d0.zip
Add tests for moving data across await point
This patch adds a few tests to assert the current behavior when passing
data across an await point. This will help to test out an upcoming fix
for the issue of arguments in async functions growing in size because of
the generator upvar that is generated when we desugar the async
function.

See https://github.com/rust-lang/rust/issues/62958

Also relates to https://github.com/rust-lang/rust/pull/107500

Co-authored-by: Ralf Jung <post@ralfj.de>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions