Esteban Küber
8dbdb1760b
On binding not present in all patterns, suggest potential typo
...
```
error[E0408]: variable `Ban` is not bound in all patterns
--> f12.rs:9:9
|
9 | (Foo,Bar)|(Ban,Foo) => {}
| ^^^^^^^^^ --- variable not in all patterns
| |
| pattern doesn't bind `Ban`
|
help: you might have meant to use the similarly named previously used binding `Bar`
|
9 - (Foo,Bar)|(Ban,Foo) => {}
9 + (Foo,Bar)|(Bar,Foo) => {}
|
```
2025-08-25 15:16:25 +00:00
..
2025-08-14 12:50:07 -04:00
2024-07-18 20:08:38 +00:00
2025-06-05 09:20:19 +02:00
2025-06-05 09:20:19 +02:00
2025-06-05 09:19:31 +02:00
2025-06-05 09:19:31 +02:00
2025-03-14 19:50:03 +00:00
2025-07-15 09:21:27 +02:00
2025-07-15 09:21:27 +02:00
2025-06-17 23:22:51 +02:00
2025-08-11 17:02:32 +00:00
2024-09-09 19:39:43 -07:00
2025-08-19 21:27:10 +02:00
2024-12-13 15:40:37 +00:00
2025-08-14 21:31:47 +08:00
2025-02-10 20:21:39 +00:00
2025-02-10 20:21:39 +00:00
2025-08-25 15:16:25 +00:00
2024-08-01 18:53:42 +00:00
2025-01-23 06:01:36 +00:00
2025-06-11 15:30:15 +01:00
2025-06-11 15:30:15 +01:00
2025-08-22 17:55:15 +00:00
2025-02-10 20:21:39 +00:00
2024-05-11 00:13:27 +08:00
2024-05-11 00:13:27 +08:00
2025-02-21 00:41:17 +00:00
2024-09-22 13:55:06 -04:00
2024-05-21 20:16:39 +00:00
2025-03-30 01:32:21 +03:00
2024-06-20 04:25:17 +00:00
2025-03-30 01:32:21 +03:00
2025-03-30 01:32:21 +03:00
2024-04-24 22:21:13 +00:00
2024-07-26 14:41:56 -04:00
2024-04-29 15:02:12 +08:00
2024-04-29 15:02:12 +08:00
2025-06-05 09:19:31 +02:00
2025-06-05 09:19:31 +02:00
2025-06-05 09:19:31 +02:00