rust/src/test
Matthias Krüger a09e2f6753
Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errors
let-else: test else block with non-never uninhabited type

let else currently does not allow uninhabited types for the `else` block that aren't `!`. One can maybe think about relaxing this in the future, but if it is done, it should be an explicit choice and not an unexpected side effect of e.g. a refactor. Thus, I'm extending a test that will fail if the behaviour changes.
2022-10-07 07:28:12 +02:00
..
assembly
auxiliary
codegen
codegen-units
debuginfo
incremental
mir-opt
pretty
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc rustdoc: remove unused HTML class="item-list" 2022-10-06 10:55:33 -07:00
rustdoc-gui rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco 2022-10-06 16:29:45 +02:00
ui Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errors 2022-10-07 07:28:12 +02:00
ui-fulldeps
COMPILER_TESTS.md