rust/src/test/ui/pattern/usefulness
2020-11-16 21:13:00 +00:00
..
auxiliary Add a test for foreign empty enums 2020-11-16 21:13:00 +00:00
always-inhabited-union-ref.rs Update tests for erasing regions in typeck 2020-03-17 09:07:56 +00:00
always-inhabited-union-ref.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
consts-opaque.rs Accidentally fixed #78071 2020-10-20 00:06:00 +01:00
consts-opaque.stderr Accidentally fixed #78071 2020-10-20 00:06:00 +01:00
exhaustive_integer_patterns.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
exhaustive_integer_patterns.stderr Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
guards-not-exhaustive.rs
irrefutable-exhaustive-integer-binding.rs
irrefutable-unit.rs
issue-35609.rs
issue-35609.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-43253.rs
issue-43253.stderr Show the values and computation that would overflow a const evaluation or propagation 2020-06-26 10:08:52 +02:00
issue-53820-slice-pattern-large-array.rs slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
issue-65413-constants-and-slices-exhaustiveness.rs slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
issue-71930-type-of-match-scrutinee.rs We don't use tyerr anymore 2020-05-17 17:38:23 +01:00
issue-72476-associated-type.rs Remove out-of-date comment 2020-05-23 19:39:38 +01:00
issue-78549-ref-pat-and-str.rs Fix #78549 2020-11-01 02:04:42 +00:00
match-arm-statics-2.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
match-arm-statics-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
match-arm-statics.rs
match-arm-statics.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
match-byte-array-patterns-2.rs
match-byte-array-patterns-2.stderr Destructure byte array constants to array patterns instead of keeping them opaque 2020-10-18 14:21:20 +01:00
match-byte-array-patterns.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
match-byte-array-patterns.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
match-empty-exhaustive_patterns.rs Add a test for foreign empty enums 2020-11-16 21:13:00 +00:00
match-empty-exhaustive_patterns.stderr Add a test for foreign empty enums 2020-11-16 21:13:00 +00:00
match-empty.rs Add a test for foreign empty enums 2020-11-16 21:13:00 +00:00
match-empty.stderr Add a test for foreign empty enums 2020-11-16 21:13:00 +00:00
match-non-exhaustive.rs
match-non-exhaustive.stderr Show the values and computation that would overflow a const evaluation or propagation 2020-06-26 10:08:52 +02:00
match-privately-empty.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
match-privately-empty.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
match-range-fail-dominate.rs Update tests 2020-01-09 21:23:12 +03:00
match-range-fail-dominate.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
match-ref-ice.rs
match-ref-ice.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
match-slice-patterns.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
match-slice-patterns.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
match-vec-fixed.rs
match-vec-fixed.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
match-vec-unreachable.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
match-vec-unreachable.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
nested-exhaustive-match.rs
non-exhaustive-defined-here.rs
non-exhaustive-defined-here.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
non-exhaustive-float-range-match.rs
non-exhaustive-float-range-match.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
non-exhaustive-match-nested.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
non-exhaustive-match-nested.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-exhaustive-match.rs Show the values and computation that would overflow a const evaluation or propagation 2020-06-26 10:08:52 +02:00
non-exhaustive-match.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-exhaustive-pattern-pointer-size-int.rs Address code reviews 2020-07-05 03:43:43 +09:00
non-exhaustive-pattern-pointer-size-int.stderr Address code reviews 2020-07-05 03:43:43 +09:00
non-exhaustive-pattern-witness.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
non-exhaustive-pattern-witness.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
refutable-pattern-errors.rs Show the values and computation that would overflow a const evaluation or propagation 2020-06-26 10:08:52 +02:00
refutable-pattern-errors.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
refutable-pattern-in-fn-arg.rs
refutable-pattern-in-fn-arg.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
slice-pattern-const-2.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-pattern-const-2.stderr Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-pattern-const-3.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-pattern-const-3.stderr Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-pattern-const.rs Add some tests 2019-11-21 11:20:46 +00:00
slice-pattern-const.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
slice-patterns-exhaustiveness.rs Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-patterns-exhaustiveness.stderr Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
slice-patterns-irrefutable.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
slice-patterns-reachability.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
slice-patterns-reachability.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
struct-like-enum-nonexhaustive.rs
struct-like-enum-nonexhaustive.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
struct-pattern-match-useless.rs
struct-pattern-match-useless.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
top-level-alternation.rs Remove top-level or-pattern hack 2019-12-02 16:03:03 +00:00
top-level-alternation.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
tuple-struct-nonexhaustive.rs
tuple-struct-nonexhaustive.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00