rust/src/test
Dylan DPC 4ce6567daa
Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726
Restore `impl Future<Output = Type>` to async blocks

I was sad when I undid some of the code I wrote in #91096 in the PR #95225, so I fixed it here to not print `[async output]`.

This PR "manually" normalizes the associated type `<[generator] as Generator>::Return` type which appears very frequently in `impl Future` types that result from async block desugaring.
2022-03-31 04:57:25 +02:00
..
assembly short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
auxiliary
codegen Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry 2022-03-31 00:26:30 +02:00
codegen-units
debuginfo debuginfo: Fix debuginfo for Box<T> where T is unsized. 2022-03-24 11:12:41 +01:00
incremental Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
mir-opt Disable the test on wasm32 2022-03-10 01:19:02 -08:00
pretty Format core and std macro rules, removing needless surrounding blocks 2022-03-11 15:26:51 -08:00
run-make Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
run-make-fulldeps Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-se 2022-03-29 15:18:57 +00:00
run-pass-valgrind
rustdoc fix rustdoc wrt builtin impls switch 2022-03-30 11:23:58 +02:00
rustdoc-gui Replace wait-for instructions for rustdoc GUI tests with wait-for-css 2022-03-25 21:32:16 +01:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Update macro:print typed-query rustdoc test to include pin! results 2022-02-14 16:56:37 +01:00
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui Bless rustdoc tests. 2022-03-25 12:50:48 +01:00
ui Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726 2022-03-31 04:57:25 +02:00
ui-fulldeps Deduplicate ui-fulldeps. 2022-03-21 19:43:53 +01:00
COMPILER_TESTS.md