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
Rollup merge of rust-lang#137097 - compiler-errors:sized-bound-self, r=oli-obk
Ignore Self in bounds check for associated types with Self:Sized
Fixesrust-lang#137053
This is morally a fix of rust-lang#112319, since the `Self: Sized` check was just missing here.
r? oli-obk
0 commit comments