rust/tests
Arpad Borsos 75b557a2c4
Fix type-inference regression in #112225
The type inference of argument-position closures and async blocks
regressed in 1.70 as the evaluation order of async blocks changed, as
they are not implicitly wrapped in an identity-function anymore.

Fixes #112225 by making sure the evaluation order stays the same as it
used to.
2023-06-04 10:56:00 +02:00
..
assembly
auxiliary
codegen Rollup merge of #111878 - ferrocene:pa-codegen-tests, r=Mark-Simulacrum 2023-06-03 20:38:11 +02:00
codegen-units
debuginfo
incremental
mir-opt Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcm 2023-06-04 03:39:24 +00:00
pretty
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Add rustdoc test for double-hyphen to dash doc comment conversion 2023-06-02 13:51:01 +02:00
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Fix type-inference regression in #112225 2023-06-04 10:56:00 +02:00
ui-fulldeps
COMPILER_TESTS.md