diff options
| author | Adrian Heine <mail@adrianheine.de> | 2016-01-25 09:59:52 +0100 |
|---|---|---|
| committer | Adrian Heine <mail@adrianheine.de> | 2016-01-25 10:04:57 +0100 |
| commit | 71656d2e6f690d8ffb67a20479bcd34ae6117a1e (patch) | |
| tree | fc1be14df95f1628487718a167636a480258c9c9 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 6866f1361debf5857856ff95eeee806bb7bea738 (diff) | |
| download | rust-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
