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
Lifetime elision isn't handled properly for impl Trait types right now. It's sort of an open question how this should behave (see #43396), however it definitely shouldn't ICE 😄.
In my
impl
for a struct I'm working on, I have this:When attempting to compile, I get this error (backtrace also included):
Output of rustc --version --verbose:
The text was updated successfully, but these errors were encountered: