From dfa85968c346e7d7892a7399cc2b79bfb7e0e5ef Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 7 Mar 2011 10:33:04 -0800 Subject: [PATCH] Stage the last compile fix to put out fire. Thanks git. --- src/comp/front/parser.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs index 67eec424213..8141595b144 100644 --- a/src/comp/front/parser.rs +++ b/src/comp/front/parser.rs @@ -1838,6 +1838,7 @@ impure fn parse_native_item(parser p) -> @ast.native_item { } case (?t) { unexpected(p, t); + fail; } } }