Introduce hir::ExprKind::Let - Take 2
This commit is contained in:
@@ -354,6 +354,7 @@ pub trait MacResult {
|
||||
fn make_expr(self: Box<Self>) -> Option<P<ast::Expr>> {
|
||||
None
|
||||
}
|
||||
|
||||
/// Creates zero or more items.
|
||||
fn make_items(self: Box<Self>) -> Option<SmallVec<[P<ast::Item>; 1]>> {
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user