rust/src/test
David Wood 2eebd34cd5 errors: don't fail on broken primary translations
If a primary bundle doesn't contain a message then the fallback bundle
is used. However, if the primary bundle's message is broken (e.g. it
refers to a interpolated variable that the compiler isn't providing)
then this would just result in a compiler panic. While there aren't any
primary bundles right now, this is the type of issue that could come up
once translation is further along.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-10 11:48:25 +01:00
..
assembly RISC-V ASM test: relax label name constraint. 2022-08-02 10:10:11 +02:00
auxiliary
codegen Auto merge of #100035 - workingjubilee:merge-functions, r=nikic 2022-08-05 23:11:49 +00:00
codegen-units Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
debuginfo Add min-gdb-version 2022-08-04 11:46:30 +02:00
incremental Bless incremental tests. 2022-08-01 21:39:56 +02:00
mir-opt Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr 2022-08-10 06:09:10 +00:00
pretty Add pp-exact test involving where T: 2022-06-16 17:03:47 -07:00
run-make errors: don't fail on broken primary translations 2022-08-10 11:48:25 +01:00
run-make-fulldeps Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc 2022-08-10 07:21:33 +02:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddle 2022-08-10 00:00:37 +02:00
rustdoc-gui Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha 2022-08-10 00:00:23 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha 2022-05-11 13:16:31 +09:00
rustdoc-json Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr 2022-08-10 06:09:10 +00:00
rustdoc-ui Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
ui Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr 2022-08-10 06:09:10 +00:00
ui-fulldeps Remove workarounds for issue 59998 2022-07-31 10:33:44 +00:00
COMPILER_TESTS.md