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#134688 - lcnr:opaque-ty-with-regions, r=<try>
forbid defining opaque types with regions in closures
We currently only allow defining opaque types if their args are exclusively local to the closure. I would like to know whether we may change it.
r? `@compiler-errors`
0 commit comments