diff options
| author | bors <bors@rust-lang.org> | 2015-07-31 19:33:02 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-31 19:33:02 +0000 |
| commit | 8c634cef958acca4083d677f0ec17ada543077e9 (patch) | |
| tree | f61dfb87b38c1f0c72ccb1eda2285253366b8332 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 89bc9fa8beecaaada1c38f69d0adce811da75287 (diff) | |
| parent | 44e2d3b4fef3d7e1f01576196f334d1ed5df3d8e (diff) | |
| download | rust-8c634cef958acca4083d677f0ec17ada543077e9.tar.gz rust-8c634cef958acca4083d677f0ec17ada543077e9.zip | |
Auto merge of #27424 - jashank:patch-1, r=alexcrichton
#27360 removed a padding field full of uint8_t's, but didn't remove
the use. This didn't get picked up presumably because (a) bors
doesn't have any BSD builders, and/or (b) #[cfg]'d out blocks don't
get linted.
```
rustc: x86_64-unknown-freebsd/stage1/lib/rustlib/x86_64-unknown-freebsd/lib/liblibc
src/liblibc/lib.rs:1099:42: 1099:49 error: unused import, #[deny(unused_imports)] on by default
src/liblibc/lib.rs:1099 use types::common::c99::{uint8_t, uint32_t, int32_t};
^~~~~~~
error: aborting due to previous error
fatal runtime error: Could not unwind stack, error = 159555904
```
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
