rust/src/test
Guillaume Gomez b7388024eb
Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank
Remove `Session.if_let_suggestions`

We can instead if either the LHS or RHS types contain
`TyKind::Error`. In addition to covering the case where
we would have previously updated `if_let_suggestions`, this might
also prevent redundant errors in other cases as well.
2021-08-29 16:25:35 +02:00
..
assembly Feat: added explicit register tests; added prefix to check_reg asm string 2021-08-24 12:41:49 -04:00
auxiliary
codegen don't generate partially-undef consts 2021-08-25 17:49:28 -04:00
codegen-units
debuginfo Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth 2021-08-27 01:07:17 +00:00
incremental Rollup merge of #88230 - steffahn:a_an, r=oli-obk 2021-08-23 20:45:49 +02:00
mir-opt Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth 2021-08-27 01:07:17 +00:00
pretty Make Arguments constructors unsafe 2021-08-16 16:28:16 +00:00
run-make Update tests 2021-08-24 11:39:22 -04:00
run-make-fulldeps Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister 2021-08-25 10:58:43 +00:00
run-pass-valgrind
rustdoc Update tests 2021-08-28 00:24:39 -07:00
rustdoc-gui Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez 2021-08-19 19:30:09 +02:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-json
rustdoc-ui Update tests 2021-08-28 00:24:39 -07:00
ui Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank 2021-08-29 16:25:35 +02:00
ui-fulldeps Fix typos “an”→“a” and a few different ones that appeared in the same search 2021-08-22 18:15:49 +02:00
COMPILER_TESTS.md