about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-01-25 12:41:19 +0000
committerbors <bors@rust-lang.org>2016-01-25 12:41:19 +0000
commit86ffe5d18f0207c89fd9ed25cded844a9d7a0c89 (patch)
tree894412207b02a5daff6973d94323f5eac28340e7 /src/libstd/sys/unix/stack_overflow.rs
parentc22cb5359fd2c9703e1c0db3a179b79c7cdb42cd (diff)
parent71656d2e6f690d8ffb67a20479bcd34ae6117a1e (diff)
downloadrust-86ffe5d18f0207c89fd9ed25cded844a9d7a0c89.tar.gz
rust-86ffe5d18f0207c89fd9ed25cded844a9d7a0c89.zip
Auto merge of #31182 - adrianheine:master, r=pnkfelix
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