rust/src/test/ui/pattern
2020-02-06 21:46:38 +02:00
..
bindings-after-at Remove or_patterns from INCOMPLETE_FEATURES 2020-02-01 22:07:11 +00:00
usefulness Normalise notes with the/is 2020-01-24 16:24:50 +00:00
const-pat-ice.rs test: normalize away the line/column info in ui/pattern/const-pat-ice. 2019-06-18 18:10:26 +03:00
const-pat-ice.stderr Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00: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 - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01: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
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
pat-tuple-overfield.rs Remove licenses 2018-12-25 21:08:33 -07:00
pat-tuple-overfield.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -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 Blame user type in pat type error. 2019-12-30 14:28:40 +01: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 Blame user type in pat type error. 2019-12-30 14:28:40 +01: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
pattern-error-continue.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
pattern-ident-path-generics.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-ident-path-generics.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
pattern-tyvar-2.rs Update tests 2019-12-12 20:56:14 +01:00
pattern-tyvar-2.stderr Update UI test expectations 2019-12-12 20:56:14 +01:00
pattern-tyvar.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-tyvar.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
rest-pat-semantic-disallowed.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07: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