granite-rust/tests/ui/async-await/async-closures
Matthias Krüger aa0b0b65b3
Rollup merge of #120844 - compiler-errors:async-di, r=oli-obk
Build DebugInfo for async closures

The test is pretty bare, because I don't really know how to write debuginfo tests. I'd like to land this first, and then flesh it out correctly one it's no longer ICEing on master (which breaks people's ability to test using async closures).

r? oli-obk cc `@rust-lang/wg-debugging` (if any of y'all want to help me write a more fleshed out async closures test)
2024-02-09 19:21:19 +01:00
..
auxiliary Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00
arg-mismatch.rs Add some tests 2024-02-06 02:22:58 +00:00
arg-mismatch.stderr Add some tests 2024-02-06 02:22:58 +00:00
async-fn-mut-for-async-fn.rs Build DebugInfo for coroutine-closure 2024-02-09 16:01:29 +00:00
async-fn-once-for-async-fn.rs Build DebugInfo for coroutine-closure 2024-02-09 16:01:29 +00:00
await-inference-guidance.rs Add some tests 2024-02-06 02:22:58 +00:00
brand.rs Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00
def-path.rs Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure 2024-02-06 02:22:58 +00:00
def-path.stderr Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure 2024-02-06 02:22:58 +00:00
drop.rs Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00
drop.run.stdout Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure 2024-02-06 02:22:58 +00:00
higher-ranked-return.rs Add some tests 2024-02-06 02:22:58 +00:00
higher-ranked-return.stderr Add some tests 2024-02-06 02:22:58 +00:00
higher-ranked.rs Add some tests 2024-02-06 02:22:58 +00:00
is-not-fn.rs Add some tests 2024-02-06 02:22:58 +00:00
is-not-fn.stderr Add some tests 2024-02-06 02:22:58 +00:00
mangle.rs Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00
move-consuming-capture.rs Add some tests 2024-02-06 02:22:58 +00:00
move-consuming-capture.stderr Add some tests 2024-02-06 02:22:58 +00:00
move-is-async-fn.rs Add some tests 2024-02-06 02:22:58 +00:00
mutate.rs Add some tests 2024-02-06 02:22:58 +00:00
not-lending.rs Add some tests 2024-02-06 02:22:58 +00:00
not-lending.stderr Add some tests 2024-02-06 02:22:58 +00:00
return-type-mismatch.rs Add some tests 2024-02-06 02:22:58 +00:00
return-type-mismatch.stderr Add some tests 2024-02-06 02:22:58 +00:00
tainted-body.rs Don't ICE in ByMoveBody when coroutine is tainted 2024-02-09 00:36:30 +00:00
tainted-body.stderr Don't ICE in ByMoveBody when coroutine is tainted 2024-02-09 00:36:30 +00:00
wrong-fn-kind.rs Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00
wrong-fn-kind.stderr Make async closures test use async bound modifier 2024-02-06 17:41:48 +00:00