Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #61892 - rijenkii:master, r=Centril
weird-exprs: if if if if The `if` keyword can be chained as long as there are enough `{...} else {...}` following, and they all return a `bool` (not required for the last one). `if` expression can be also put inside a `match` arm guard, thus making the whole thing a little bit more confusing. Discovered this clusterfunk while reading the reference because I have nothing better to do.
- Loading branch information