rust/src/test/ui/pattern
2021-01-16 19:46:54 -03:00
..
bindings-after-at review comments 2020-11-03 17:14:51 +05:30
move-ref-patterns new fix method and update tests 2020-11-02 22:29:20 +05:30
usefulness Add tests for uninhabited types 2021-01-12 19:59:10 +00:00
integer-range-binding.rs Improve integer range tests 2020-11-21 01:38:42 +00:00
issue-6449.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-12582.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-14221.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-14221.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-22546.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03: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-67037-pat-tup-scrut-ty-diff-less-fields.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-67037-pat-tup-scrut-ty-diff-less-fields.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03: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-72565.rs Add a regression test for issue-72565 2020-10-01 14:10:33 +09:00
issue-72565.stderr Add a regression test for issue-72565 2020-10-01 14:10:33 +09:00
issue-74539.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-74539.stderr Always show suggestions in their own subwindows 2021-01-12 19:25:51 -08: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
issue-80186-mut-binding-help-suggestion.rs Fix pretty printing an AST representing &(mut ident) 2020-12-20 13:11:07 +01:00
issue-80186-mut-binding-help-suggestion.stderr Fix pretty printing an AST representing &(mut ident) 2020-12-20 13:11:07 +01:00
or-pattern-macro-pat.rs implement edition-specific :pat behavior for 2015/18 2020-12-19 07:13:36 -06:00
pat-shadow-in-nested-binding.rs
pat-shadow-in-nested-binding.stderr
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
pat-tuple-bad-type.stderr check_pat_tuple: use pattern_cause 2020-02-25 05:46:58 +01:00
pat-tuple-overfield.rs
pat-tuple-overfield.stderr check_pat_tuple: use pattern_cause 2020-02-25 05:46:58 +01:00
pat-tuple-underfield.rs Include .. suggestion if fields are all wildcards 2021-01-12 21:20:26 -08:00
pat-tuple-underfield.stderr Include .. suggestion if fields are all wildcards 2021-01-12 21:20:26 -08: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 char not char 2020-09-26 13:34:49 +01:00
patkind-litrange-no-expr.stderr char not char 2020-09-26 13:34:49 +01:00
pattern-binding-disambiguation.rs
pattern-binding-disambiguation.stderr
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
pattern-ident-path-generics.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
pattern-tyvar-2.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
pattern-tyvar-2.stderr Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
pattern-tyvar.rs
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
size-and-align.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00