Trevor Gross
44d50f9acf
Rollup merge of #142716 - nnethercote:adjust-with_generic_param_rib, r=petrochenkov
...
Adjust `with_generic_param_rib`.
Currently all of its call sites construct a `LifetimeRibKind::Generics` value, which `with_generic_param_rib` then deconstructs (and panics if it's a different `LifetimeRibKind` variant).
This commit makes the code simpler and shorter: the call sites just pass in the three values and `with_generic_param_rib` constructs the `LifetimeRibKind::Generics` value from them.
r? `@petrochenkov`
2025-06-20 23:25:57 -04:00
..
2025-03-10 18:12:47 +08:00
2025-06-12 20:27:10 +02:00
2025-04-19 01:13:18 +00:00
2025-06-18 09:24:40 +00:00
2025-03-20 08:59:43 +11:00
2025-06-19 19:13:32 +00:00
2025-06-16 17:48:21 +00:00
2025-06-20 13:49:12 -07:00
2025-06-20 15:06:29 +02:00
2025-06-20 23:09:48 +00:00
2025-03-11 13:14:21 +11:00
2025-06-19 14:08:29 +02:00
2025-06-20 13:18:41 +10:00
2025-06-18 09:24:40 +00:00
2025-06-19 10:50:03 +09:00
2025-06-19 10:50:03 +09:00
2025-06-20 13:36:01 -04:00
2025-06-20 13:36:01 -04:00
2025-06-20 23:25:54 -04:00
2025-04-02 16:25:27 +11:00
2025-06-20 13:36:01 -04:00
2025-06-18 13:48:42 +02:00
2025-06-19 13:02:04 -05:00
2025-06-19 13:05:01 -05:00
2025-06-20 23:09:48 +00:00
2025-06-19 13:58:23 +02:00
2025-06-08 14:50:42 +00:00
2025-04-25 11:28:36 +00:00
2025-03-11 13:14:21 +11:00
2025-03-10 18:12:47 +08:00
2025-06-16 15:00:22 +00:00
2025-06-20 02:50:40 -04:00
2025-06-20 13:18:41 +10:00
2025-06-20 02:50:40 -04:00
2025-05-07 12:39:54 +00:00
2025-06-04 00:47:12 +02:00
2025-04-12 11:53:07 +00:00
2025-06-19 04:23:25 +00:00
2025-06-20 23:25:54 -04:00
2025-06-06 13:08:16 +00:00
2025-06-20 02:50:40 -04:00
2025-06-15 23:51:55 +02:00
2025-05-31 15:47:14 +02:00
2025-06-12 12:11:15 +02:00
2025-06-08 14:50:42 +00:00
2025-06-18 21:19:39 +00:00
2025-06-20 23:25:54 -04:00
2025-06-13 01:16:36 +02:00
2025-05-12 15:33:37 +02:00
2025-06-20 23:25:55 -04:00
2025-06-14 09:57:06 +00:00
2025-06-18 16:01:41 +02:00
2025-06-20 13:36:01 -04:00
2025-06-09 16:28:58 +02:00
2025-06-20 23:25:55 -04:00
2025-05-28 10:03:01 +00:00
2025-05-30 02:23:20 +10:00
2025-05-27 15:49:28 +00:00
2025-05-01 04:11:52 +00:00
2025-06-20 23:25:54 -04:00
2025-06-20 23:25:57 -04:00
2025-06-05 14:14:59 +00:00
2025-06-16 23:04:33 +00:00
2025-06-20 13:36:01 -04:00
2025-06-17 15:08:50 +00:00
2025-06-20 20:03:24 +02:00
2025-06-16 10:54:07 -07:00
2025-06-19 10:50:03 +09:00
2025-06-16 12:27:47 -07:00
2025-06-20 02:50:40 -04:00
2025-06-03 14:23:56 +02:00
2025-06-09 14:08:12 +00:00
2025-06-18 18:06:51 +02:00
2025-06-18 20:22:48 -04:00
2025-04-15 18:30:35 +00:00
2025-04-30 15:39:52 -07:00