aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me/dwarf.ml
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-22 15:25:29 -0700
committerGraydon Hoare <[email protected]>2010-07-22 15:25:29 -0700
commit1cb4a57b7b2fda8db6a225207c9b9c090ba565d1 (patch)
treed7219c8333973406ea5f2cb9d9fd848d189bede1 /src/boot/me/dwarf.ml
parentBeat up on the preempt test a bit more, as it keeps hanging under valgrind. (diff)
downloadrust-1cb4a57b7b2fda8db6a225207c9b9c090ba565d1.tar.xz
rust-1cb4a57b7b2fda8db6a225207c9b9c090ba565d1.zip
Re-classify some err / bug cases as unimpl. Ideally rustboot should never produce a backtrace.
Diffstat (limited to 'src/boot/me/dwarf.ml')
-rw-r--r--src/boot/me/dwarf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/dwarf.ml b/src/boot/me/dwarf.ml
index 3aaa1f2f..d3fb81de 100644
--- a/src/boot/me/dwarf.ml
+++ b/src/boot/me/dwarf.ml
@@ -2082,7 +2082,7 @@ let dwarf_visitor
| Ast.TY_mutable t -> mutable_type t
| Ast.TY_box t -> box_type t
| _ ->
- bug () "unimplemented dwarf encoding for type %a"
+ unimpl None "dwarf encoding for type %a"
Ast.sprintf_ty ty
in