about summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-09-12 19:03:42 +0200
committerGitHub <noreply@github.com>2024-09-12 19:03:42 +0200
commitb0ff0b7bf96b460d71d9be4ad3beb25c490ec27c (patch)
treedb6e12adedb709d7aab018a6a8a38d16e768486d /src/librustdoc/html/render/context.rs
parent4428d6f36306b2d17ad7eb11bd0bbc553800578b (diff)
parentd4fc76cbf386eeeb184bf0411af670912e9bc70d (diff)
downloadrust-b0ff0b7bf96b460d71d9be4ad3beb25c490ec27c.tar.gz
rust-b0ff0b7bf96b460d71d9be4ad3beb25c490ec27c.zip
Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov
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 `'rslv`, which is much more descriptive. The commit also changes the order of lifetimes on a couple of structs so that '`rslv` is second last, before `'tcx`, and does other minor renamings such as `'r` to `'a`.

r? ``@petrochenkov``
cc ``@oli-obk``
Diffstat (limited to 'src/librustdoc/html/render/context.rs')
0 files changed, 0 insertions, 0 deletions