about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/tests
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-06-16 19:54:35 +0200
committerGitHub <noreply@github.com>2025-06-16 19:54:35 +0200
commitd1ed469d26fb2a6598c3ebbce543b4c35083a129 (patch)
treef68183814c0488bb6b41865e4ca87b4ce9b8e6e4 /library/stdarch/crates/std_detect/tests
parent1e950ef1b240454a9945870080ccb90ce260d902 (diff)
parent248b7a9490ca05876715e613a0fc5fff6a2826e0 (diff)
downloadrust-d1ed469d26fb2a6598c3ebbce543b4c35083a129.tar.gz
rust-d1ed469d26fb2a6598c3ebbce543b4c35083a129.zip
Rollup merge of #142554 - nnethercote:fix-PathSource-lifetimes, r=petrochenkov
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.

r? `@petrochenkov`
Diffstat (limited to 'library/stdarch/crates/std_detect/tests')
0 files changed, 0 insertions, 0 deletions