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
Version
Starting with 1.19.0 (i. e. everything including 1872a42 / #4624).
Platform
any
Description join!() and try_join!() emit an empty loop {}, see playground. I would expect this to either work (preferred) or be rejected at compile time (acceptable).
The text was updated successfully, but these errors were encountered:
Version
Starting with 1.19.0 (i. e. everything including 1872a42 / #4624).
Platform
any
Description
join!()
andtry_join!()
emit an emptyloop {}
, see playground. I would expect this to either work (preferred) or be rejected at compile time (acceptable).The text was updated successfully, but these errors were encountered: