From 1cb4a57b7b2fda8db6a225207c9b9c090ba565d1 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 22 Jul 2010 15:25:29 -0700 Subject: Re-classify some err / bug cases as unimpl. Ideally rustboot should never produce a backtrace. --- src/boot/fe/pexp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/fe') diff --git a/src/boot/fe/pexp.ml b/src/boot/fe/pexp.ml index 27ec8810..f828cc5f 100644 --- a/src/boot/fe/pexp.ml +++ b/src/boot/fe/pexp.ml @@ -1011,7 +1011,7 @@ let expand_pexp_custom [| spanner (Ast.STMT_init_str (dst_lval, r())) |] | _ -> - raise (err ("unsupported syntax extension: " ^ nstr) ps) + raise (err ("unknown syntax extension: " ^ nstr) ps) ;; (* -- cgit v1.2.3