rust/src/test/ui/match
2022-06-03 17:16:41 -04:00
..
auxiliary
const_non_normal_zst_ref_pattern.rs
expr_before_ident_pat.rs Visit patterns' literal expressions before binding new idents 2021-12-27 12:20:13 -08:00
expr_before_ident_pat.stderr Move PatKind::Lit checking from ast_validation to ast lowering 2022-01-01 15:10:43 -05:00
expr-match-panic-fn.rs
expr-match-panic.rs
guards.rs Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-11319.rs Move some tests to more reasonable places 2022-05-28 18:38:34 -03:00
issue-11319.stderr Move some tests to more reasonable places 2022-05-28 18:38:34 -03:00
issue-11940.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-18060.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-26251.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-26996.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-27021.rs Move tests 2022-05-20 10:53:58 -03:00
issue-33498.rs Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-41255.rs Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-41255.stderr Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-42679.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
issue-56685.rs Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-56685.stderr Move some tests to more reasonable directories 2021-09-15 14:03:27 -03:00
issue-70972-dyn-trait.rs
issue-70972-dyn-trait.stderr
issue-72680.rs
issue-72896.rs
issue-74050-end-span.rs
issue-74050-end-span.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
issue-82392.rs
issue-82392.stdout Bless pretty-print output. 2022-04-23 23:03:18 +02:00
issue-82866.rs regression test for #82866 2022-04-06 21:43:34 -07:00
issue-82866.stderr regression test for #82866 2022-04-06 21:43:34 -07:00
issue-84434.rs
issue-91058.rs Fix for issue 91058 2021-11-20 17:26:18 -08:00
issue-91058.stderr Fix for issue 91058 2021-11-20 17:26:18 -08:00
issue-92100.rs Visit patterns' literal expressions before binding new idents 2021-12-27 12:20:13 -08:00
issue-92100.stderr Visit patterns' literal expressions before binding new idents 2021-12-27 12:20:13 -08:00
match_non_exhaustive.rs
match_non_exhaustive.stderr Change wording of suggestion to add missing match arm 2022-03-08 00:20:41 +00:00
match-arm-resolving-to-never.rs
match-arm-resolving-to-never.stderr
match-bot-panic.rs
match-disc-bot.rs
match-fn-call.rs
match-fn-call.stderr
match-ill-type2.rs
match-ill-type2.stderr
match-incompat-type-semi.rs
match-incompat-type-semi.stderr
match-join.rs
match-join.stderr
match-no-arms-unreachable-after.rs
match-no-arms-unreachable-after.stderr
match-on-negative-integer-ranges.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
match-pattern-field-mismatch-2.rs
match-pattern-field-mismatch-2.stderr
match-pattern-field-mismatch.rs
match-pattern-field-mismatch.stderr Adjust spans 2021-08-25 14:40:06 -07:00
match-range-fail-2.rs
match-range-fail-2.stderr
match-range-fail.rs
match-range-fail.stderr Point (again) to more expressions with their type, even if not fully resolved 2022-03-27 02:20:17 +00:00
match-ref-mut-invariance.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
match-ref-mut-invariance.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
match-ref-mut-let-invariance.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
match-ref-mut-let-invariance.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
match-ref-mut-stability.rs
match-struct.rs
match-struct.stderr
match-tag-nullary.rs
match-tag-nullary.stderr
match-tag-unary.rs
match-tag-unary.stderr
match-type-err-first-arm.rs
match-type-err-first-arm.stderr suggest cast char -> int 2021-11-28 21:46:53 +00:00
match-unresolved-one-arm.rs
match-unresolved-one-arm.stderr add new emit_inference_failure_err 2022-06-02 10:19:15 +02:00
match-vec-mismatch-2.rs
match-vec-mismatch-2.stderr
match-wildcards.rs
pattern-deref-miscompile.rs