about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAriel Ben-Yehuda <ariel.byd@gmail.com>2015-11-25 01:23:22 +0200
committerAriel Ben-Yehuda <arielb1@mail.tau.ac.il>2015-11-26 18:22:40 +0200
commit52dd2b4c3581b7d0eefa443f57fe49d43fd6fa8f (patch)
tree4a7c3a979f45f9493a3a070969dc6e2af613bd08 /src/doc
parent0a8bb4c509e513a87a1bc0c04e0b7b8e13b82d2f (diff)
downloadrust-52dd2b4c3581b7d0eefa443f57fe49d43fd6fa8f.tar.gz
rust-52dd2b4c3581b7d0eefa443f57fe49d43fd6fa8f.zip
fix tests & rustdoc
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/complement-lang-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md
index 05c17606ce0..55abebf496d 100644
--- a/src/doc/complement-lang-faq.md
+++ b/src/doc/complement-lang-faq.md
@@ -158,7 +158,7 @@ can be combined to control the exact logging you want to see. For example, when
 debugging linking in the compiler, you might set the following:
 
 ```sh
-RUST_LOG=rustc::metadata::creader,rustc::util::filesearch,rustc::back::rpath
+RUST_LOG=rustc_metadata::creader,rustc::util::filesearch,rustc::back::rpath
 ```
 
 For a full description, see [the logging crate][1].