Parse inline assembly.
This commit is contained in:
parent
4e350c7ce7
commit
ecccc0d649
19 changed files with 72 additions and 8 deletions
|
@ -560,6 +560,7 @@ pub fn noop_fold_expr(e: &expr_, fld: @ast_fold) -> expr_ {
|
|||
fld.fold_expr(e)
|
||||
)
|
||||
}
|
||||
expr_inline_asm(*) => copy *e,
|
||||
expr_mac(ref mac) => expr_mac(fold_mac((*mac))),
|
||||
expr_struct(path, ref fields, maybe_expr) => {
|
||||
expr_struct(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue