Closed
Description
Filling this mostly for myself so I remember to work on this later: when implementing the complete semicolon for unit returning functions feature, I forgot another incompliance: closure's last statement can be an expression, and commonly people do not wrap the closure's body in a block even when it returns ()
, but now we'll complete ;
which breaks it.
@rustbot claim