diff options
| author | Patrick Walton <[email protected]> | 2010-10-11 16:40:18 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-10-11 16:40:18 -0700 |
| commit | 94cec74096280509083798bfcbd1be169fd43562 (patch) | |
| tree | e10dbce1e72079b4ebddf5a9ad58a92776e92715 /src/rt/rust_log.h | |
| parent | Bind labels explicitly in fe/cexp.ml. Should fix issue #169. (diff) | |
| download | rust-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.h | 1 |
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 }; |