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
We should have a ReturnVisitor built on the intravisit::Visitor infra to visit all explicit ExprKind::Return and implicit (last expression in a block) returns.
This would significantly help with some lint ideas, and like #305 (came up in #13395) and #12290 to name a couple.
The text was updated successfully, but these errors were encountered:
We should have a
ReturnVisitor
built on the intravisit::Visitor infra to visit all explicitExprKind::Return
and implicit (last expression in a block) returns.This would significantly help with some lint ideas, and like #305 (came up in #13395) and #12290 to name a couple.
The text was updated successfully, but these errors were encountered: