Matthias Krüger
2ba3a5c909
Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote
...
Extend HIR to track the source and syntax of a lifetime
An upcoming lint will want to be able to know if a lifetime is hidden (e.g. `&u8`, `ContainsLifetime`) or anonymous: (e.g. `&'_ u8`, `ContainsLifetime<'_>`). It will also want to know if the lifetime is related to a reference (`&u8`) or a path (`ContainsLifetime`).
r? ``@nnethercote``
2025-04-24 08:12:59 +02:00
..
2025-04-22 01:15:06 +00:00
2025-04-23 16:37:39 -04:00
2025-04-18 05:16:29 +02:00
2025-04-21 07:35:56 +10:00
2025-04-20 11:15:46 +02:00
2025-04-22 01:15:06 +00:00
2025-04-23 00:43:07 +00:00
2025-04-22 15:24:07 +00:00
2025-04-24 00:44:40 +00:00
2025-04-20 13:02:48 +00:00
2025-04-20 13:02:48 +00:00
2025-04-20 13:02:48 +00:00
2025-04-22 11:40:48 +02:00
2025-04-20 11:18:38 +02:00
2025-04-22 01:15:06 +00:00
2025-04-21 18:53:15 +00:00
2025-04-23 16:37:39 -04:00
2025-04-22 11:02:37 +00:00
2025-04-23 21:35:15 +00:00
2025-04-23 15:09:25 +00:00
2025-04-19 19:30:46 +00:00
2025-04-24 00:44:40 +00:00
2025-04-20 11:34:56 +02:00
2025-04-19 15:09:35 +00:00
2025-04-23 21:35:15 +00:00
2025-04-20 18:58:46 +02:00
2025-04-22 10:08:05 +10:00
2025-04-23 00:43:07 +00:00
2025-04-24 08:12:58 +02:00
2025-04-23 15:09:25 +00:00
2025-04-23 15:12:33 +00:00
2025-04-20 11:18:38 +02:00
2025-04-20 11:15:46 +02:00
2025-04-22 01:22:12 +00:00
2025-04-24 08:12:58 +02:00
2025-04-20 11:15:46 +02:00
2025-04-20 11:34:56 +02:00
2025-04-24 08:12:59 +02:00
2025-04-21 14:15:32 +02:00
2025-04-23 15:09:25 +00:00
2025-04-23 15:09:25 +00:00