Allow for macros to occur in statement position.
This commit is contained in:
parent
fca52554e7
commit
ee076f63f9
13 changed files with 33 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue