Urgau
8ea7e45e44
Fix invalid suggestion for mismatched types in closure arguments
...
The invalid suggestion came from a wrongly created span in `rustc_parse'
for closure arguments that didn't have a type specified. Specifically,
the span in this case was the last token span, but in the case of
tuples, the span represented the last parenthesis instead of the whole
tuple, which is fixed by taking the more accurate span of the pattern.
2023-07-30 17:15:55 +02:00
..
2023-07-18 21:53:34 -04:00
2023-07-18 21:53:34 -04:00
2023-07-18 21:53:34 -04:00
2023-07-25 13:19:27 +00:00
2023-07-24 18:04:35 +02:00
2023-07-22 19:57:35 +02:00
2023-07-20 11:04:31 -07:00
2023-07-18 21:53:34 -04:00
2023-07-26 00:05:00 +08:00
2023-07-26 13:31:54 -04:00
2023-07-29 07:48:44 +00:00
2023-07-27 15:51:02 +00:00
2023-07-18 21:53:34 -04:00
2023-07-28 13:28:02 +02:00
2023-07-24 12:25:05 +01:00
2023-07-22 19:57:35 +02:00
2023-07-21 22:35:57 -07:00
2023-07-26 00:46:06 +00:00
2023-07-27 19:05:17 +02:00
2023-07-19 16:37:09 +00:00
2023-07-28 10:41:00 +00:00
2023-07-28 22:23:20 +02:00
2023-07-21 22:35:57 -07:00
2023-07-27 10:17:01 +02:00
2023-07-25 12:08:44 +01:00
2023-07-30 17:15:55 +02:00
2023-07-29 00:19:50 +08:00
2023-07-18 21:53:34 -04:00
2023-07-19 16:24:58 +00:00
2023-07-29 01:40:50 +00:00
2023-07-27 18:24:08 +00:00
2023-07-29 07:48:44 +00:00
2023-07-25 11:12:52 +01:00
2023-07-27 16:50:28 +00:00
2023-07-30 17:15:55 +02:00
2023-07-19 23:48:43 +00:00
2023-07-26 13:31:54 -04:00
2023-07-28 22:23:21 +02:00
2023-07-28 22:23:20 +02:00
2023-07-28 14:28:02 +01:00
2023-07-29 06:13:06 +02:00
2023-07-26 13:41:39 +02:00
2023-07-26 00:46:06 +00:00
2023-07-21 22:35:57 -07:00
2023-07-25 12:08:44 +01:00
2023-07-21 11:04:16 +02:00
2023-07-29 00:19:50 +08:00
2023-07-27 15:51:02 +00:00
2023-07-19 14:47:06 +00:00
2023-07-20 17:19:32 +02:00
2023-07-21 22:35:57 -07:00
2023-07-28 22:23:21 +02:00
2023-07-27 04:00:49 +00:00
2023-07-21 22:35:57 -07:00
2023-07-18 21:53:34 -04:00
2023-07-27 08:23:06 +00:00
2023-07-25 23:34:07 +02:00
2023-07-23 07:09:14 +00:00
2023-07-20 11:04:31 -07:00