rust/src/test/ui/pattern/bindings-after-at
Vishnunarayan K I 5827fbadf6 review comments
2020-11-03 17:14:51 +05:30
..
bind-by-copy.rs add tests 2020-11-03 14:40:42 +05:30
bind-by-move-neither-can-live-while-the-other-survives-1.rs reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
bind-by-move-neither-can-live-while-the-other-survives-1.stderr reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
bind-by-move-no-subbindings-fun-param.rs reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
bind-by-move-no-subbindings-fun-param.stderr reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
borrowck-move-and-move.rs preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-move-and-move.stderr preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-at-and-box-pass.rs Stabilize move_ref_pattern 2020-09-15 14:23:05 +08:00
borrowck-pat-at-and-box.rs reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
borrowck-pat-at-and-box.stderr reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
borrowck-pat-by-copy-bindings-in-at.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
borrowck-pat-by-move-and-ref-inverse-promotion.rs Stabilize move_ref_pattern 2020-09-15 14:23:05 +08:00
borrowck-pat-by-move-and-ref-inverse-promotion.stderr Stabilize move_ref_pattern 2020-09-15 14:23:05 +08:00
borrowck-pat-by-move-and-ref-inverse.rs preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-by-move-and-ref-inverse.stderr preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-by-move-and-ref.rs preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-by-move-and-ref.stderr preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-ref-both-sides.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
borrowck-pat-ref-mut-and-ref.rs preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-ref-mut-and-ref.stderr preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-ref-mut-twice.rs preserve bindings order for Some 2020-11-03 12:15:41 +05:30
borrowck-pat-ref-mut-twice.stderr preserve bindings order for Some 2020-11-03 12:15:41 +05:30
box-patterns.rs test(pattern): add tests for combinations of pattern features 2020-03-04 01:17:41 -06:00
copy-and-move-mixed.rs review comments 2020-11-03 17:14:51 +05:30
copy-and-move-mixed.stderr review comments 2020-11-03 17:14:51 +05:30
default-binding-modes-both-sides-independent.rs reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
default-binding-modes-both-sides-independent.stderr reverse binding order in matches ... 2020-11-02 00:05:55 +05:30
feature-gate-bindings_after_at.rs Introduce #![feature(bindings_after_at)]. 2019-12-23 14:47:19 +01:00
feature-gate-bindings_after_at.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
nested-binding-mode-lint.rs Don't parse mut a @ b as mut a @ mut b 2020-02-09 13:19:06 +00:00
nested-binding-modes-mut.rs Don't parse mut a @ b as mut a @ mut b 2020-02-09 13:19:06 +00:00
nested-binding-modes-mut.stderr Don't parse mut a @ b as mut a @ mut b 2020-02-09 13:19:06 +00:00
nested-binding-modes-ref.rs Don't parse mut a @ b as mut a @ mut b 2020-02-09 13:19:06 +00:00
nested-binding-modes-ref.stderr Don't parse mut a @ b as mut a @ mut b 2020-02-09 13:19:06 +00:00
nested-patterns.rs Remove bindings_after_at from INCOMPLETE_FEATURES. 2019-12-23 14:47:20 +01:00
nested-type-ascription-syntactically-invalid.rs Remove bindings_after_at from INCOMPLETE_FEATURES. 2019-12-23 14:47:20 +01:00
nested-type-ascription-syntactically-invalid.stderr Remove bindings_after_at from INCOMPLETE_FEATURES. 2019-12-23 14:47:20 +01:00
or-patterns-box-patterns.rs test(pattern): add tests for combinations of pattern features 2020-03-04 01:17:41 -06:00
or-patterns-slice-patterns.rs test(pattern): harden tests for or-patterns with slice-patterns 2020-03-04 01:33:32 -06:00
or-patterns.rs test(pattern): add tests for combinations of pattern features 2020-03-04 01:17:41 -06:00
pat-at-same-name-both.rs Remove or_patterns from INCOMPLETE_FEATURES 2020-02-01 22:07:11 +00:00
pat-at-same-name-both.stderr Remove or_patterns from INCOMPLETE_FEATURES 2020-02-01 22:07:11 +00:00
slice-patterns.rs test(pattern): add tests for combinations of pattern features 2020-03-04 01:17:41 -06:00
wild-before-at-syntactically-rejected.rs Test that _ @ subpat is syntactically rejected. 2019-12-23 14:47:20 +01:00
wild-before-at-syntactically-rejected.stderr Test that _ @ subpat is syntactically rejected. 2019-12-23 14:47:20 +01:00