about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorAdrian Heine <mail@adrianheine.de>2016-01-25 09:59:52 +0100
committerAdrian Heine <mail@adrianheine.de>2016-01-25 10:04:57 +0100
commit71656d2e6f690d8ffb67a20479bcd34ae6117a1e (patch)
treefc1be14df95f1628487718a167636a480258c9c9 /src/libstd/sys/unix/stack_overflow.rs
parent6866f1361debf5857856ff95eeee806bb7bea738 (diff)
downloadrust-71656d2e6f690d8ffb67a20479bcd34ae6117a1e.tar.gz
rust-71656d2e6f690d8ffb67a20479bcd34ae6117a1e.zip
librustc/middle/dataflow.rs: Debug to STDERR
In 95d904625b4d45af80b4e40d51a3a0fde1abaa8a output was accidentally moved
from STDERR to STDOUT.

This commit also changes the order of debug output. Previously, it was:

```
/* id 22: … */ {
  …
}
DEBUG:rustc::middle::dataflow:
```

Now, it is:

```
DEBUG:rustc::middle::dataflow: /* id 22: … */ {
  …
}
```
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions