diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-06-09 18:04:09 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-06-16 10:33:00 +1000 |
| commit | 248b7a9490ca05876715e613a0fc5fff6a2826e0 (patch) | |
| tree | d4d984f345671eaf35ad0706494eae8adc0412e8 /library/stdarch/crates/std_detect/tests | |
| parent | 586ad391f5ee4519acc7cae340e34673bae762b1 (diff) | |
| download | rust-248b7a9490ca05876715e613a0fc5fff6a2826e0.tar.gz rust-248b7a9490ca05876715e613a0fc5fff6a2826e0.zip | |
Fix `PathSource` lifetimes.
It currently has two, which don't accurately capture what's happening -- the `TupleStruct` spans are allocated in `ResolverArenas`, which is different to where the `Expr` is allocated -- and require some "outlives" constraints to be used. This commit adds another lifetime, renames the existing ones, and removes the "outlives" constraints.
Diffstat (limited to 'library/stdarch/crates/std_detect/tests')
0 files changed, 0 insertions, 0 deletions
