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
Nevermind, this is a side-effect of introducing Fn implementation for Box<impl Fn<A> + ?Sized>. (**self).clone_boxed() is a viable workaround. Considering how contrived the entire thing is, it's probably fine.
I tried this code (this is #57156 by the way causing regression AGAIN, so it may be a good idea to add this to tests):
When running in Rust 1.35, it causes a stack overflow.
Meta:
The text was updated successfully, but these errors were encountered: