rust/src/test/ui/pattern
2020-10-18 14:21:19 +01:00
..
bindings-after-at pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
move-ref-patterns pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
usefulness Add some tests 2020-10-18 14:21:19 +01:00
const-pat-ice.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
deny-irrefutable-let-patterns.rs Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
deny-irrefutable-let-patterns.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
irrefutable-let-patterns.rs Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
issue-66270-pat-struct-parser-recovery.rs Add test for issue-66270 2019-12-23 07:42:26 +09:00
issue-66270-pat-struct-parser-recovery.stderr Add test for issue-66270 2019-12-23 07:42:26 +09:00
issue-67776-match-same-name-enum-variant-refs.rs Reformulate test description 2020-01-02 21:11:43 +01:00
issue-67776-match-same-name-enum-variant-refs.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-68393-let-pat-assoc-constant.rs check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-68393-let-pat-assoc-constant.stderr check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-68394-let-pat-runtime-value.rs check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-68394-let-pat-runtime-value.stderr check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-68396-let-float-bug.rs check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-68396-let-float-bug.stderr check_match: unify some lowering code and fix some ICEs 2020-01-20 19:46:27 +01:00
issue-71042-opaquely-typed-constant-used-in-pattern.rs Revert a test change to make sure it's still testing the original issue 2020-09-24 17:11:47 +02:00
issue-71042-opaquely-typed-constant-used-in-pattern.stderr Revert a test change to make sure it's still testing the original issue 2020-09-24 17:11:47 +02:00
issue-74539.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-74539.stderr Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-74702.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-74702.stderr Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-74954.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
pat-shadow-in-nested-binding.rs Remove licenses 2018-12-25 21:08:33 -07:00
pat-shadow-in-nested-binding.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-struct-field-expr-has-type.rs Show scrutinee expr type for struct fields. 2019-12-30 13:50:20 +01:00
pat-struct-field-expr-has-type.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
pat-tuple-bad-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
pat-tuple-bad-type.stderr check_pat_tuple: use pattern_cause 2020-02-25 05:46:58 +01:00
pat-tuple-overfield.rs Remove licenses 2018-12-25 21:08:33 -07:00
pat-tuple-overfield.stderr check_pat_tuple: use pattern_cause 2020-02-25 05:46:58 +01:00
pat-type-err-formal-param.rs Blame user type in pat type error. 2019-12-30 14:28:40 +01:00
pat-type-err-formal-param.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
pat-type-err-let-stmt.rs Blame user type in pat type error. 2019-12-30 14:28:40 +01:00
pat-type-err-let-stmt.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
patkind-litrange-no-expr.rs Update tests 2020-01-09 21:23:12 +03:00
patkind-litrange-no-expr.stderr Update tests 2020-01-09 21:23:12 +03:00
pattern-binding-disambiguation.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-binding-disambiguation.stderr Update tests 2019-03-11 23:10:26 +03:00
pattern-error-continue.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
pattern-error-continue.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
pattern-ident-path-generics.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-ident-path-generics.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
pattern-tyvar-2.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
pattern-tyvar-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
pattern-tyvar.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-tyvar.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
rest-pat-semantic-disallowed.rs move_ref_patterns: introduce tests 2020-02-02 14:13:07 +01:00
rest-pat-semantic-disallowed.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
rest-pat-syntactic.rs Revert "pre-expansion gate box_patterns" 2019-10-31 19:08:11 +02:00