Esteban Küber
ff60e5c3f3
Suggest parentheses around if-expressions
```
error[E0308]: mismatched types
--> $DIR/expr-as-stmt-2.rs:15:15
|
LL | if true { true } else { false } && true;
| ----------^^^^-----------------
| | |
| | expected `()`, found `bool`
| expected this to be `()`
|
help: parentheses are required to parse this as an expression
|
LL | (if true { true } else { false }) && true;
| + +
```
2025-09-02 00:02:16 +00:00
..
2025-07-14 09:25:54 +00:00
2025-08-29 12:54:10 +10:00
2025-08-29 12:37:32 +02:00
2025-07-31 19:58:04 +10:00
2025-08-27 14:21:19 +10:00
2025-08-28 15:56:29 +02:00
2025-08-27 14:21:21 +10:00
2025-08-28 21:41:03 +02:00
2025-08-28 09:48:54 +00:00
2025-08-28 20:12:16 +10:00
2025-08-27 11:26:52 +02:00
2025-08-13 21:01:37 +02:00
2025-08-26 17:25:45 +02:00
2025-08-29 12:54:12 +10:00
2025-08-29 12:54:12 +10:00
2025-08-28 20:10:55 +10:00
2025-08-28 20:12:14 +10:00
2025-08-28 20:10:54 +10:00
2025-08-27 20:25:18 +02:00
2025-08-28 09:48:54 +00:00
2025-08-29 12:54:12 +10:00
2025-08-27 14:21:19 +10:00
2025-08-28 20:10:54 +10:00
2025-08-28 20:10:55 +10:00
2025-08-28 20:10:55 +10:00
2025-08-29 12:54:12 +10:00
2025-08-27 14:21:21 +10:00
2025-08-20 15:04:00 -07:00
2025-08-11 17:05:42 -05:00
2025-09-02 00:02:16 +00:00
2025-08-27 14:21:19 +10:00
2025-08-24 22:15:19 +00:00
2025-08-28 20:10:55 +10:00
2025-08-27 14:21:19 +10:00
2025-08-27 20:24:59 +02:00
2025-08-28 08:08:40 +10:00
2025-08-28 23:10:37 +10:00
2025-08-22 03:01:35 -07:00
2025-08-29 12:54:12 +10:00
2025-08-27 14:21:19 +10:00
2025-08-28 20:10:55 +10:00
2025-08-29 12:54:12 +10:00
2025-08-29 03:40:14 +00:00
2025-08-28 20:10:55 +10:00
2025-08-28 20:12:16 +10:00
2025-08-28 20:10:55 +10:00
2025-08-28 20:10:54 +10:00
2025-08-29 03:40:14 +00:00
2025-08-28 20:05:04 +02:00
2025-08-27 13:59:32 +10:00
2025-08-28 21:41:00 +02:00
2025-08-28 20:11:43 +10:00
2025-08-27 14:21:19 +10:00
2025-08-27 13:59:32 +10:00
2025-08-28 20:12:16 +10:00
2025-07-23 23:54:37 +00:00
2025-08-28 20:12:14 +10:00
2025-08-27 14:21:19 +10:00
2025-08-29 12:54:12 +10:00
2025-08-27 14:21:19 +10:00
2025-08-28 20:10:55 +10:00
2025-08-29 12:54:12 +10:00
2025-08-29 12:54:12 +10:00
2025-08-28 20:12:16 +10:00
2025-08-28 20:10:54 +10:00
2025-08-28 20:12:16 +10:00
2025-08-28 16:49:32 +00:00
2025-08-27 14:21:19 +10:00
2025-08-27 14:21:21 +10:00
2025-08-27 14:21:21 +10:00
2025-08-29 03:40:14 +00:00
2025-08-28 20:10:55 +10:00