diff options
| author | Roy Frostig <[email protected]> | 2010-08-12 13:11:49 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-12 13:11:49 -0700 |
| commit | 445d3fe39cbe6b56b72fd08065e3569d73aeb10b (patch) | |
| tree | 48840896b8213eed99efae3ee6298465055f67b6 /src/rt/rust_log.h | |
| parent | Add more LLVM library bindings to rustc. (diff) | |
| download | rust-445d3fe39cbe6b56b72fd08065e3569d73aeb10b.tar.xz rust-445d3fe39cbe6b56b72fd08065e3569d73aeb10b.zip | |
Add vec debugging utility to _vec module.
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 29c85e70..58b36f8d 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -41,6 +41,7 @@ public: UPCALL = 0x200, TIMER = 0x400, GC = 0x800, + STDLIB = 0x1000, ALL = 0xffffffff }; |