impl Trait lifetimes regression 1.67 part 2 #108592
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Another regresssion of #103491 with a different failure path:
It should be fixed by ignoring non-captured lifetimes in:
rust/compiler/rustc_infer/src/infer/outlives/verify.rs
Line 131 in ca1bc7f
cc @cjgillot
@rustbot label regression-from-stable-to-stable C-bug T-compiler T-types A-impl-trait
The text was updated successfully, but these errors were encountered: