aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_log.h
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-10-11 16:40:18 -0700
committerPatrick Walton <[email protected]>2010-10-11 16:40:18 -0700
commit94cec74096280509083798bfcbd1be169fd43562 (patch)
treee10dbce1e72079b4ebddf5a9ad58a92776e92715 /src/rt/rust_log.h
parentBind labels explicitly in fe/cexp.ml. Should fix issue #169. (diff)
downloadrust-94cec74096280509083798bfcbd1be169fd43562.tar.xz
rust-94cec74096280509083798bfcbd1be169fd43562.zip
Try to print backtraces on failure
Diffstat (limited to 'src/rt/rust_log.h')
-rw-r--r--src/rt/rust_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h
index 66246eb6..59aa504f 100644
--- a/src/rt/rust_log.h
+++ b/src/rt/rust_log.h
@@ -42,6 +42,7 @@ public:
STDLIB = 0x1000,
SPECIAL = 0x2000,
KERN = 0x4000,
+ BT = 0x8000,
ALL = 0xffffffff
};