diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-12 19:03:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 19:03:42 +0200 |
| commit | b0ff0b7bf96b460d71d9be4ad3beb25c490ec27c (patch) | |
| tree | db6e12adedb709d7aab018a6a8a38d16e768486d /tests/run-make/rustc-crates-on-stable/rmake.rs | |
| parent | 4428d6f36306b2d17ad7eb11bd0bbc553800578b (diff) | |
| parent | d4fc76cbf386eeeb184bf0411af670912e9bc70d (diff) | |
| download | rust-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 'tests/run-make/rustc-crates-on-stable/rmake.rs')
0 files changed, 0 insertions, 0 deletions
