rust/src/test/ui/expr/if
Matthias Krüger 047ff20875
Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors
do not reverse the expected type and found type for ObligationCauseCo…

…de of IfExpressionWithNoElse

this will fix #102397
2022-10-07 07:28:10 +02:00
..
attrs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
bad-if-let-suggestion.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
bad-if-let-suggestion.stderr suggest == to the rest of assign expr 2022-10-05 22:51:22 +09:00
expr-if-panic-fn.rs
expr-if-panic-pass.rs Move some tests to more reasonable directories 2021-02-16 21:22:21 -03:00
expr-if-panic.rs
expr-if.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
if-branch-types.rs
if-branch-types.stderr Resolve vars before emitting coerce error 2022-08-04 03:05:57 +00:00
if-check-panic.rs
if-check.rs Move src/test/ui/if-*.rs to src/test/expr/if/if-*.rs 2020-11-24 17:53:39 -08:00
if-cond-bot.rs
if-else-type-mismatch.rs Move src/test/ui/if-*.rs to src/test/expr/if/if-*.rs 2020-11-24 17:53:39 -08:00
if-else-type-mismatch.stderr Resolve vars before emitting coerce error 2022-08-04 03:05:57 +00:00
if-let-arm-types.rs
if-let-arm-types.stderr
if-let.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
if-let.stderr bless ui tests 2022-10-01 10:03:06 +00:00
if-loop.rs
if-no-match-bindings.rs
if-no-match-bindings.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
if-ret.rs Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
if-ret.stderr Introduce hir::ExprKind::Let - Take 2 2021-08-15 16:18:26 -03:00
if-typeck.rs
if-typeck.stderr
if-without-block.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
if-without-block.stderr Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
if-without-else-as-fn-expr.rs
if-without-else-as-fn-expr.stderr
if-without-else-result.rs do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse 2022-10-05 14:00:51 -07:00
if-without-else-result.stderr do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse 2022-10-05 14:00:51 -07:00
issue-4201.rs do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse 2022-10-05 14:00:51 -07:00
issue-4201.stderr do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse 2022-10-05 14:00:51 -07:00