rust/src/test
Yuki Okushi aa71be1b39
Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelix
Harden bad placeholder checks on statics/consts

Resubmission of #89161
Fixes https://github.com/rust-lang/rust/issues/88643

In #83739, I added a check for trait objects on statics/consts but it wasn't robust. `is_suggestable_infer_ty` fn does a more strict check and finds more bad placeholders. See https://github.com/rust-lang/rust/pull/89161#issuecomment-934690300 for the more detailed explanation.

r? `@pnkfelix` as you're the reviewer of the previous PR
2022-06-14 07:47:25 +09:00
..
assembly hexagon: adapt test for upstream output changes 2022-06-07 13:21:34 -04:00
auxiliary
codegen Rollup merge of #97846 - pcwalton:align-bits, r=michaelwoerister 2022-06-08 13:43:19 +02:00
codegen-units Fix/bless tests broken by DSE 2022-05-24 22:50:21 -04:00
debuginfo Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton 2022-06-04 20:27:53 +00:00
incremental Switch incremental/hashes tests to all use optimizations. 2022-05-27 18:17:39 -07:00
mir-opt Preserve unused pointer to address casts 2022-06-07 17:33:16 +02:00
pretty
run-make Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00
run-make-fulldeps Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00
run-pass-valgrind
rustdoc Add regression test for #84634 2022-06-08 14:26:37 +02:00
rustdoc-gui Update rustdoc-gui README 2022-06-07 11:49:35 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std
rustdoc-json Add regression test for json reexport bug 2022-06-02 11:14:33 +02:00
rustdoc-ui Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve-use-crate, r=estebank 2022-06-01 17:11:05 +02:00
ui Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelix 2022-06-14 07:47:25 +09:00
ui-fulldeps Revert dc08bc51f2. 2022-06-10 11:58:29 +10:00
COMPILER_TESTS.md