Mazdak Farrokhzad
|
ab050d6a83
|
MatchExpressionArmPattern: Use more generic wording.
The existing wording was inappropriate for e.g.
`if let Ok(_) = expr { .. }`. The diagnostic would
leak the fact that we desugar to a `match`.
|
2019-12-30 13:50:20 +01:00 |
|
Esteban Küber
|
83ffda5216
|
Specific labels when referring to "expected" and "found" types
|
2019-11-18 11:02:22 -08:00 |
|
Esteban Küber
|
72d965f7b7
|
Reword label as per review comment
|
2019-01-12 19:36:28 -08:00 |
|
Esteban Küber
|
a873337f21
|
Point at the match discriminant when arm pattern has a type mismatch
|
2019-01-12 19:36:28 -08:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
David Wood
|
3fc7ab2373
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|