1
Fork 0

Parse inline assembly.

This commit is contained in:
Luqman Aden 2013-03-09 22:37:50 -08:00
parent 4e350c7ce7
commit ecccc0d649
19 changed files with 72 additions and 8 deletions

View file

@ -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(