rust/src/test
bors 9dd3d29ec8 Auto merge of #103601 - compiler-errors:no-opaque-probe-in-nll-relate, r=oli-obk
Remove `commit_if_ok` probe from NLL type relation

It was not really necessary to add the `commit_if_ok` in #100092 -- I added it to protect us against weird inference error messages due to recursive RPIT calls, but we are always on the error path when this happens anyways, and I can't come up with an example that makes this manifest.

Fixes #103599

r? `@oli-obk` since you reviewed #100092, feel free to re-roll.

🅱️ 📢  beta-nominating this since it's on beta (which forks in ~a week~ two days 😨) -- worst case we could revert the original PR on beta and land this on nightly, to give it some extra soak time...
2022-10-27 07:24:39 +00:00
..
assembly Stabilize asm_sym 2022-10-17 22:38:37 +01:00
auxiliary
codegen Introduce deduced parameter attributes, and use them for deducing readonly on 2022-10-21 02:33:15 -07:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Bless tests 2022-10-13 17:24:27 +01:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Support raw-dylib functions being used inside inlined functions 2022-10-24 16:17:38 -07:00
run-make-fulldeps Fixup a few tests needing asm support 2022-10-19 11:34:00 -07:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomez 2022-10-27 08:30:54 +09:00
rustdoc-gui Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=GuillaumeGomez 2022-10-25 08:01:30 +09:00
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui Introduce dedicated -Zdylib-lto flag for enabling LTO on dylibs 2022-10-23 13:48:03 +02:00
ui Auto merge of #103601 - compiler-errors:no-opaque-probe-in-nll-relate, r=oli-obk 2022-10-27 07:24:39 +00:00
ui-fulldeps Allow specifying multiple alternative suggestions 2022-10-23 18:59:13 +02:00
COMPILER_TESTS.md