rust/src/test
Dylan DPC 38e3f523c0
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Check if call return type is visibly uninhabited when building MIR

The main motivation behind the change is to expose information about diverging
calls to the generator transform and match the precision of drop range tracking
which already understands that call expressions with visibly uninhabited types
diverges.

This change should also accept strictly more programs than before. That is
programs that were previously rejected due to errors raised by control-flow
sensitive checks in a code that is no longer considered reachable.

Fixes #93161.
2022-04-20 18:26:01 +02:00
..
assembly Update tests for sym support in global_asm! 2022-04-16 06:11:51 +02:00
auxiliary
codegen Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry 2022-04-20 18:26:01 +02:00
codegen-units
debuginfo debuginfo: Fix debuginfo for Box<T> where T is unsized. 2022-03-24 11:12:41 +01:00
incremental Bless tests. 2022-04-12 22:44:19 +02:00
mir-opt Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry 2022-04-20 18:26:01 +02:00
pretty Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix 2022-04-16 19:42:00 +02:00
run-make Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez 2022-04-13 17:35:32 +02:00
run-make-fulldeps Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix 2022-04-16 07:12:42 +02:00
run-pass-valgrind
rustdoc Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez 2022-04-20 13:34:48 +00:00
rustdoc-gui clarify doc(cfg) wording 2022-04-14 21:12:13 -04:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Update macro:print typed-query rustdoc test to include pin! results 2022-02-14 16:56:37 +01:00
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui rustc_metadata: Store a flag telling whether an item may have doc links in its attributes 2022-04-19 22:53:46 +03:00
ui Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry 2022-04-20 18:26:01 +02:00
ui-fulldeps macros: support translatable suggestions 2022-04-05 07:01:03 +01:00
COMPILER_TESTS.md