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
lifetimes. This currently causes an ICE; it should (ideally) work, but
failing that at least give a structured error. For the purposes of
this PR, though, workaround is fine.
The following test will ICE:
The workaround for now is to write:
It would be better if this were implicit. This seems related to lifetime elision, which also is supposed to permit elided parameters in impls.
The text was updated successfully, but these errors were encountered: