Stage the last compile fix to put out fire. Thanks git.

This commit is contained in:
Graydon Hoare 2011-03-07 10:33:04 -08:00
parent 44bceb84a7
commit dfa85968c3

View File

@ -1838,6 +1838,7 @@ impure fn parse_native_item(parser p) -> @ast.native_item {
}
case (?t) {
unexpected(p, t);
fail;
}
}
}