rust/src/test/ui/or-patterns
2020-01-24 16:24:50 +00:00
..
already-bound-name.rs resolve: test consistent or-patterns being allowed. 2019-09-05 08:33:09 +02:00
already-bound-name.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
consistent-bindings.rs resolve: test consistent or-patterns being allowed. 2019-09-05 08:33:09 +02:00
consistent-bindings.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
exhaustiveness-non-exhaustive.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
exhaustiveness-non-exhaustive.stderr Move tests to ui, split them and add some 2019-11-26 14:53:54 +00:00
exhaustiveness-pass.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
exhaustiveness-pass.stderr Move recently changed tests to the correct file 2019-12-02 16:03:03 +00:00
exhaustiveness-unreachable-pattern.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
exhaustiveness-unreachable-pattern.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
feature-gate-const-fn.rs Feature gate or patterns in const contexts 2019-12-25 09:13:15 +00:00
feature-gate-const-fn.stderr Feature gate or patterns in const contexts 2019-12-25 09:13:15 +00:00
feature-gate-or_patterns-leading-for.rs parse_top_pat: silence leading vert gating sometimes. 2019-08-24 23:05:04 +02:00
feature-gate-or_patterns-leading-for.stderr parser: fix span for leading vert. 2019-08-26 22:14:31 +02:00
feature-gate-or_patterns-leading-let.rs parse_top_pat: silence leading vert gating sometimes. 2019-08-24 23:05:04 +02:00
feature-gate-or_patterns-leading-let.stderr parser: fix span for leading vert. 2019-08-26 22:14:31 +02:00
feature-gate-or_patterns.rs parse_top_pat: silence leading vert gating sometimes. 2019-08-24 23:05:04 +02:00
feature-gate-or_patterns.stderr parse_top_pat: silence leading vert gating sometimes. 2019-08-24 23:05:04 +02:00
fn-param-wrap-parens.fixed or_patterns: add run-rustfix tests. 2019-08-25 05:45:51 +02:00
fn-param-wrap-parens.rs or_patterns: add run-rustfix tests. 2019-08-25 05:45:51 +02:00
fn-param-wrap-parens.stderr or_patterns: add run-rustfix tests. 2019-08-25 05:45:51 +02:00
inconsistent-modes.rs resolve: test consistent or-patterns being allowed. 2019-09-05 08:33:09 +02:00
inconsistent-modes.stderr Blame user type in pat type error. 2019-12-30 14:28:40 +01:00
issue-64879-trailing-before-guard.rs syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
issue-64879-trailing-before-guard.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
missing-bindings.rs resolve: test consistent or-patterns being allowed. 2019-09-05 08:33:09 +02:00
missing-bindings.stderr resolve: test consistent or-patterns being allowed. 2019-09-05 08:33:09 +02:00
multiple-pattern-typo.rs parser: use eat_or_separator for leading vert. 2019-08-24 21:32:48 +02:00
multiple-pattern-typo.stderr syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
or-pattern-mismatch.rs move ui/or-pattern-mismatch -> ui/or-patterns/. 2019-08-24 21:53:55 +02:00
or-pattern-mismatch.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
or-patterns-syntactic-fail.rs Update tests 2019-12-12 20:56:14 +01:00
or-patterns-syntactic-fail.stderr Update UI test expectations 2019-12-12 20:56:14 +01:00
or-patterns-syntactic-pass.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
or-patterns-syntactic-pass.stderr or-patterns: add syntactic tests. 2019-08-24 21:53:55 +02:00
remove-leading-vert.fixed syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
remove-leading-vert.rs syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
remove-leading-vert.stderr syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
while-parsing-this-or-pattern.rs or-pattern: fix typo in error message 2019-08-28 02:23:58 +02:00
while-parsing-this-or-pattern.stderr or-pattern: fix typo in error message 2019-08-28 02:23:58 +02:00