You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgr
Rollup of 4 pull requests
Successful merges:
- rust-lang#112876 (Don't substitute a GAT that has mismatched generics in `OpaqueTypeCollector`)
- rust-lang#112906 (rustdoc: render the body of associated types before the where-clause)
- rust-lang#112907 (Update cargo)
- rust-lang#112908 (Print def_id on EarlyBoundRegion debug)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardexpand all lines: tests/ui/nll/ty-outlives/impl-trait-captures.stderr
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0700]: hidden type for `Opaque(DefId(0:13 ~ impl_trait_captures[aeb9]::foo::{opaque#0}), [ReEarlyBound(0, 'a), T, ReEarlyBound(0, 'a)])` captures lifetime that does not appear in bounds
1
+
error[E0700]: hidden type for `Opaque(DefId(0:13 ~ impl_trait_captures[aeb9]::foo::{opaque#0}), [ReEarlyBound(DefId(0:9 ~ impl_trait_captures[aeb9]::foo::'a), 0, 'a), T, ReEarlyBound(DefId(0:9 ~ impl_trait_captures[aeb9]::foo::'a), 0, 'a)])` captures lifetime that does not appear in bounds
0 commit comments