@@ -1422,18 +1422,18 @@ Interestingly, the `EXPR is PAT` idea was floated in the original RFC 160 that
14221422introduced ` if let ` expressions in the first place. There, the notion that an
14231423operator named ` is ` , which introduces bindings, is confusing was brought up.
14241424
1425- [ kballard_1 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-48515260
1426- [ kballard_2 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-48551196
1425+ [ lilyball_1 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-48515260
1426+ [ lilyball_2 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-48551196
14271427[ liigo_1 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-49234092
1428- [ kballard_3 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-49242255
1428+ [ lilyball_3 ] : https://github.com/rust-lang/rfcs/pull/160#issuecomment-49242255
14291429
1430- It was also mentioned by [ @kballard ] [ kballard_1 ] that it would be appropriate
1430+ It was also mentioned by [ @lilyball ] [ lilyball_1 ] that it would be appropriate
14311431if, and only if, it was limited to pattern matching, but not introducing any
14321432bindings. We make the same argument in this RFC. The issue of unintuitive
1433- scopes was also mentioned [ by @kballard ] [ kballard_2 ] there.
1433+ scopes was also mentioned [ by @lilyball ] [ lilyball_2 ] there.
14341434
14351435Even the idea of ` if EXPR match PAT ` was floated by [ @liigo ] [ liigo_1 ] at the
1436- time but that idea was ultimately also rejected. [ @kballard ] [ kballard_3 ] opined
1436+ time but that idea was ultimately also rejected. [ @lilyball ] [ lilyball_3 ] opined
14371437that using ` match ` as a binary operator would be * "very confusing"* but did not
14381438elaborate further at the time.
14391439
0 commit comments