Files
rust/compiler
Nicholas Nethercote d4fc76cbf3 Introduce 'ra lifetime name.
`rustc_resolve` allocates many things in `ResolverArenas`. The lifetime
used for references into the arena is mostly `'a`, and sometimes `'b`.

This commit changes it to `'ra`, which is much more descriptive. The
commit also changes the order of lifetimes on a couple of structs so
that '`ra` is second last, before `'tcx`, and does other minor
renamings such as `'r` to `'a`.
2024-09-12 08:40:12 +10:00
..
2024-09-09 16:25:44 +10:00
2024-09-05 17:24:01 +01:00
2024-09-09 16:33:27 +10:00
2024-09-05 17:24:01 +01:00