mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Comment on env var required for std.dbg to do any logging.
This commit is contained in:
parent
7ccdb88374
commit
d9fe885ba5
@ -1,5 +1,8 @@
|
||||
/**
|
||||
* Unsafe debugging functions for inspecting values.
|
||||
*
|
||||
* Your RUST_LOG environment variable must contain "stdlib" for any debug
|
||||
* logging.
|
||||
*/
|
||||
|
||||
import std._vec;
|
||||
|
Loading…
Reference in New Issue
Block a user