rust/src/test
Dylan DPC 9d4a6449db
Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-gate, r=nikomatsakis
readd capture disjoint fields gate

This readds a feature gate guard that was added in PR #83521. (Basically, there were unintended consequences to the code exposed by removing the feature gate guard.)

The root bug still remains to be resolved, as discussed in issue #85561. This is just a band-aid suitable for a beta backport.

Cc issue #85435

Note that the latter issue is unfixed until we backport this (or another fix) to 1.53 beta
2021-05-27 03:02:08 +02:00
..
assembly Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa 2021-05-19 07:25:17 +00:00
auxiliary
codegen Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-Simulacrum 2021-05-19 15:59:46 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-Simulacrum 2021-05-07 00:38:35 +02:00
incremental Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoerister 2021-05-14 16:58:30 +00:00
mir-opt Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr 2021-05-18 20:50:01 +00:00
pretty Add test for pretty printing anonymous types 2021-05-24 00:05:46 -05:00
run-make Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
run-make-fulldeps Rollup merge of #84048 - konan8205:master, r=jsha 2021-05-26 13:30:54 +09:00
run-pass-valgrind
rustdoc Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider 2021-05-23 14:54:14 +00:00
rustdoc-gui Update keyword GUI test 2021-05-25 10:44:06 +02:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Rename INVALID_RUST_CODEBLOCK{,S} 2021-05-17 21:31:04 -04:00
rustfix
ui Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-gate, r=nikomatsakis 2021-05-27 03:02:08 +02:00
ui-fulldeps Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
COMPILER_TESTS.md