rust/src/test/ui/match
2020-11-19 19:52:54 +00:00
..
const_non_normal_zst_ref_pattern.rs References to ZSTs may be at arbitrary aligned addresses 2020-09-30 10:40:49 +02:00
expr-match-panic-fn.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
expr-match-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-70972-dyn-trait.rs Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
issue-70972-dyn-trait.stderr Deduplicate errors in const to pat conversion 2020-09-23 17:03:31 +02:00
issue-72680.rs Style nit 2020-11-14 07:20:25 -06:00
issue-72896.rs normalize adt fields during structural match check 2020-06-02 00:23:47 +02:00
issue-74050-end-span.rs Correctly mark the ending span of a match arm 2020-07-08 07:28:07 -07:00
issue-74050-end-span.stderr Correctly mark the ending span of a match arm 2020-07-08 07:28:07 -07:00
match-arm-resolving-to-never.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
match-arm-resolving-to-never.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
match-bot-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
match-disc-bot.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
match-fn-call.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
match-fn-call.stderr update tests 2020-03-12 15:47:36 -05:00
match-ill-type2.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-ill-type2.stderr enhance check_pat_lit with TopInfo 2020-02-25 04:10:58 +01:00
match-incompat-type-semi.rs Add test of incompatible match arm types with multiline arm 2020-10-22 16:11:57 -07:00
match-incompat-type-semi.stderr Reduce diagram mess in 'match arms have incompatible types' error 2020-10-22 16:16:02 -07:00
match-join.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-join.stderr Update tests 2019-03-11 23:10:26 +03:00
match-no-arms-unreachable-after.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-no-arms-unreachable-after.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
match-pattern-field-mismatch-2.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
match-pattern-field-mismatch-2.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
match-pattern-field-mismatch.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
match-pattern-field-mismatch.stderr Point at variant on pattern field count mismatch 2019-09-04 19:04:44 -07:00
match-range-fail-2.rs Update tests 2020-01-09 21:23:12 +03:00
match-range-fail-2.stderr Update tests 2020-01-09 21:23:12 +03:00
match-range-fail.rs char not char 2020-09-26 13:34:49 +01:00
match-range-fail.stderr char not char 2020-09-26 13:34:49 +01:00
match-ref-mut-invariance.nll.stderr update tests 2019-10-27 09:39:14 -05:00
match-ref-mut-invariance.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-ref-mut-invariance.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
match-ref-mut-let-invariance.nll.stderr update tests 2019-10-27 09:39:14 -05:00
match-ref-mut-let-invariance.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-ref-mut-let-invariance.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
match-ref-mut-stability.rs Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
match-struct.rs Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
match-struct.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
match-tag-nullary.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-tag-nullary.stderr When encountering an Item in a pat context, point at the item def 2020-03-06 15:29:26 -08:00
match-tag-unary.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-tag-unary.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
match-type-err-first-arm.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
match-type-err-first-arm.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
match-unresolved-one-arm.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-unresolved-one-arm.stderr Suggest giving return type to closures on E0282 2019-08-13 16:41:43 -07:00
match-vec-mismatch-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
match-vec-mismatch-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
match-wildcards.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
pattern-deref-miscompile.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00