Function rustc_ast::mut_visit::visit_thin_exprs

source ·
pub fn visit_thin_exprs<T: MutVisitor>(
    exprs: &mut ThinVec<P<Expr>>,
    vis: &mut T
)