Stuart Cook
dcc74dd6e3
Rollup merge of #151817 - aytey:fix_lifetime_unpretty_hygiene, r=jdonszelmann
...
Fix missing syntax context in lifetime hygiene debug output
`-Zunpretty=expanded,hygiene` was not printing the syntax context for lifetimes. For example, two macro-generated lifetimes `'a` with different hygiene would both print as `/* 2538 */` instead of `/* 2538#0 */` and `/* 2538#1 */`, making it impossible to distinguish them.
This was fixed by changing `print_lifetime` to call `ann_post()` with the full `Ident`, matching how regular identifiers are handled in `print_ident`.
Closes : rust-lang/rust#151797
2026-01-30 17:41:07 +11:00
..
2025-11-23 20:34:07 +00:00
2026-01-25 02:49:32 +00:00
2026-01-29 23:40:38 +11:00
2026-01-24 15:35:08 +01:00
2025-11-10 09:57:08 +08:00
2026-01-27 12:50:49 +11:00
2026-01-25 02:49:32 +00:00
2026-01-29 12:07:01 +00:00
2026-01-29 17:47:32 +01:00
2026-01-29 17:47:29 +01:00
2026-01-27 12:50:50 +11:00
2026-01-25 02:49:32 +00:00
2026-01-26 17:31:34 +00:00
2026-01-28 19:03:51 +11:00
2026-01-29 14:52:09 +00:00
2026-01-29 14:52:09 +00:00
2026-01-27 14:22:53 +01:00
2026-01-22 02:34:28 +00:00
2025-12-31 03:01:05 +01:00
2026-01-18 18:30:11 +01:00
2026-01-22 00:37:43 -05:00
2026-01-29 14:52:09 +00:00
2026-01-25 02:49:32 +00:00
2026-01-21 20:03:56 -05:00
2025-12-24 06:41:42 +00:00
2025-12-20 13:46:22 +00:00
2026-01-29 14:52:09 +00:00
2026-01-29 17:47:31 +01:00
2026-01-10 12:41:50 +09:00
2026-01-29 21:36:31 +00:00
2026-01-21 12:02:26 +11:00
2026-01-16 04:25:12 +05:30
2026-01-29 17:47:29 +01:00
2026-01-27 12:50:50 +11:00
2025-12-27 11:20:42 +01:00
2026-01-30 17:41:07 +11:00
2026-01-22 02:34:28 +00:00
2026-01-23 11:07:55 +01:00
2026-01-28 22:30:29 +01:00
2026-01-22 02:34:28 +00:00
2026-01-30 10:54:28 +11:00
2026-01-20 13:41:32 +11:00
2026-01-19 18:26:53 +11:00
2026-01-29 19:03:30 +11:00
2026-01-22 13:35:42 +01:00
2026-01-29 11:11:40 +00:00
2026-01-29 22:34:09 +11:00
2026-01-28 19:03:51 +11:00
2026-01-29 14:52:09 +00:00
2026-01-20 13:41:32 +11:00
2026-01-30 01:45:52 +00:00
2026-01-08 14:10:33 +01:00
2026-01-29 17:47:29 +01:00
2025-12-12 07:33:09 +01:00
2026-01-30 10:54:28 +11:00
2026-01-30 10:54:28 +11:00
2026-01-29 19:03:33 +11:00
2025-12-21 22:11:33 +01:00
2026-01-26 14:36:22 +11:00
2026-01-28 18:31:51 +00:00
2026-01-21 12:53:45 +01:00
2026-01-27 17:18:46 -08:00
2025-12-20 13:46:22 +00:00
2026-01-29 17:47:29 +01:00
2026-01-19 16:08:54 +00:00
2026-01-12 09:22:58 +11:00
2026-01-29 11:11:40 +00:00
2026-01-29 11:11:40 +00:00
2025-12-16 01:47:28 +02:00