mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
783778c631
Experimental feature postfix match This has a basic experimental implementation for the RFC postfix match (rust-lang/rfcs#3295, #121618). [Liaison is](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Postfix.20Match.20Liaison/near/423301844) ```@scottmcm``` with the lang team's [experimental feature gate process](https://github.com/rust-lang/lang-team/blob/master/src/how_to/experiment.md). This feature has had an RFC for a while, and there has been discussion on it for a while. It would probably be valuable to see it out in the field rather than continue discussing it. This feature also allows to see how popular postfix expressions like this are for the postfix macros RFC, as those will take more time to implement. It is entirely implemented in the parser, so it should be relatively easy to remove if needed. This PR is split in to 5 commits to ease review. 1. The implementation of the feature & gating. 2. Add a MatchKind field, fix uses, fix pretty. 3. Basic rustfmt impl, as rustfmt crashes upon seeing this syntax without a fix. 4. Add new MatchSource to HIR for Clippy & other HIR consumers |
||
---|---|---|
.. | ||
auxiliary | ||
postfix-match | ||
const_non_normal_zst_ref_pattern.rs | ||
dont-highlight-diverging-arms.rs | ||
dont-highlight-diverging-arms.stderr | ||
expr_before_ident_pat.rs | ||
expr_before_ident_pat.stderr | ||
expr-match-panic-fn.rs | ||
expr-match-panic.rs | ||
guards-parenthesized-and.rs | ||
guards.rs | ||
issue-5530.rs | ||
issue-11319.rs | ||
issue-11319.stderr | ||
issue-11940.rs | ||
issue-12552.rs | ||
issue-12552.stderr | ||
issue-18060.rs | ||
issue-26251.rs | ||
issue-26996.rs | ||
issue-27021.rs | ||
issue-33498.rs | ||
issue-36401.rs | ||
issue-37598.rs | ||
issue-42679.rs | ||
issue-46920-byte-array-patterns.rs | ||
issue-56685.rs | ||
issue-56685.stderr | ||
issue-70972-dyn-trait.rs | ||
issue-70972-dyn-trait.stderr | ||
issue-72680.rs | ||
issue-72896-non-partial-eq-const.rs | ||
issue-72896-non-partial-eq-const.stderr | ||
issue-74050-end-span.rs | ||
issue-74050-end-span.stderr | ||
issue-82392.rs | ||
issue-82392.stdout | ||
issue-82866.rs | ||
issue-82866.stderr | ||
issue-84434.rs | ||
issue-91058.rs | ||
issue-91058.stderr | ||
issue-92100.rs | ||
issue-92100.stderr | ||
issue-112438.rs | ||
issue-113012.rs | ||
issue-114691.rs | ||
issue-115681.rs | ||
match_non_exhaustive.rs | ||
match_non_exhaustive.stderr | ||
match-arm-resolving-to-never.rs | ||
match-arm-resolving-to-never.stderr | ||
match-bot-panic.rs | ||
match-disc-bot.rs | ||
match-float.rs | ||
match-fn-call.rs | ||
match-fn-call.stderr | ||
match-ill-type2.rs | ||
match-ill-type2.stderr | ||
match-incompat-type-semi.rs | ||
match-incompat-type-semi.stderr | ||
match-join.rs | ||
match-join.stderr | ||
match-no-arms-unreachable-after.rs | ||
match-no-arms-unreachable-after.stderr | ||
match-on-negative-integer-ranges.rs | ||
match-pattern-field-mismatch-2.rs | ||
match-pattern-field-mismatch-2.stderr | ||
match-pattern-field-mismatch.rs | ||
match-pattern-field-mismatch.stderr | ||
match-range-fail-2.rs | ||
match-range-fail-2.stderr | ||
match-range-fail.rs | ||
match-range-fail.stderr | ||
match-ref-mut-invariance.rs | ||
match-ref-mut-invariance.stderr | ||
match-ref-mut-let-invariance.rs | ||
match-ref-mut-let-invariance.stderr | ||
match-ref-mut-stability.rs | ||
match-struct.rs | ||
match-struct.stderr | ||
match-tag-nullary.rs | ||
match-tag-nullary.stderr | ||
match-tag-unary.rs | ||
match-tag-unary.stderr | ||
match-tail-expr-never-type-error.rs | ||
match-tail-expr-never-type-error.stderr | ||
match-type-err-first-arm.rs | ||
match-type-err-first-arm.stderr | ||
match-unresolved-one-arm.rs | ||
match-unresolved-one-arm.stderr | ||
match-vec-mismatch-2.rs | ||
match-vec-mismatch-2.stderr | ||
match-wildcards.rs | ||
non-first-arm-doesnt-match-expected-return-type.rs | ||
non-first-arm-doesnt-match-expected-return-type.stderr | ||
pattern-deref-miscompile.rs | ||
single-line.rs | ||
single-line.stderr | ||
validate-range-endpoints.rs | ||
validate-range-endpoints.stderr |