提交 c3131f25 编写于 作者: A Andrew Cann

Fix bug in PostExpansionVisitor

上级 ef1b5075
......@@ -981,7 +981,7 @@ fn visit_fn_ret_ty(&mut self, ret_ty: &ast::FunctionRetTy) {
ast::TyKind::Never => return,
_ => (),
};
visit::walk_ty(self, output_ty)
self.visit_ty(output_ty)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册