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
I was a little disappointed when this StreamingIterator implementation wouldn't compile. The complaint it had about lifetimes didn't seem to make sense to me, and brought Polonius to mind.
I'm not very familiar with the project, but I tried to run polonius on the the code's facts:
Probably best to be a bit cautious at first: Polonius is still work-in-progress, it doesn't handle all the possible errors it needs to just yet. For example, there are also other patterns which seem likely to interact with GATs and will require integration with Chalk inside rustc, and this work is still in the design phase.
I was a little disappointed when this
StreamingIterator
implementation wouldn't compile. The complaint it had about lifetimes didn't seem to make sense to me, and brought Polonius to mind.I'm not very familiar with the project, but I tried to run polonius on the the code's facts:
Do I get to be excited?
The text was updated successfully, but these errors were encountered: