diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-06-10 17:31:48 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-10 17:31:48 -0700 |
| commit | 1d1010cac090e1b2d79500e32144a2e87c39e13e (patch) | |
| tree | 6699ea13884643c4b4a4a601eebb571864c19562 /src/rt/rust.cpp | |
| parent | 8876e2c29e0509b530648156e919b355b49c2dd8 (diff) | |
| download | rust-1d1010cac090e1b2d79500e32144a2e87c39e13e.tar.gz rust-1d1010cac090e1b2d79500e32144a2e87c39e13e.zip | |
Move rt:: logging namespace to ::rt:: and implement RUST_LOG=? and RUST_LOG=::help as synonyms that dump the crate logging map. Also warn when some logging specs don't match.
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index 77008fdd2f7..6d092eea618 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -120,6 +120,6 @@ rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) { // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; +// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // |
