Allow for macros to occur in statement position.
This commit is contained in:
committed by
Graydon Hoare
parent
fca52554e7
commit
ee076f63f9
@@ -665,6 +665,8 @@ enum stmt_ {
|
||||
|
||||
// expr with trailing semi-colon (may have any type):
|
||||
stmt_semi(@expr, node_id),
|
||||
|
||||
stmt_mac(mac),
|
||||
}
|
||||
|
||||
// FIXME (pending discussion of #1697, #2178...): local should really be
|
||||
|
||||
Reference in New Issue
Block a user