rust/tests
Nilstrieb c12575d317 Normalize in infcx instead of globally for Option::as_deref suggestion
The projection may contain inference variables. These inference
variables are local to the local inference context. Using
`tcx.normalize_erasing_regions` doesn't work here because this method is
global and does not have access to the inference context. It's therefore
unable to deal with the inference variables. We normalize in the local
inference context instead, which knowns about the inference variables.
2023-06-05 08:34:06 +00: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 Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=notriddle 2023-06-04 13:21:28 +02:00
rustdoc-gui Migrate GUI colors test to original CSS color format 2023-06-04 15:55:30 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Normalize in infcx instead of globally for Option::as_deref suggestion 2023-06-05 08:34:06 +00:00
ui-fulldeps
COMPILER_TESTS.md