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 #156875 - cjgillot:yield-drop-resume, r=oli-obk
Correct and document semantics of `yield` terminator
The current implementation of dataflow for the yield terminator confuses the `drop` target with unwinding. Which is wrong, in particular when implementing async drops.
r? @RalfJung
0 commit comments