diff options
| author | bors <bors@rust-lang.org> | 2015-11-09 08:28:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-11-09 08:28:35 +0000 |
| commit | 36f211b35324edd7efc7c291a6f15488b58e3c3b (patch) | |
| tree | e275a0c83d5065e35616407b70226b463e02dcdb /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 5b4986fa5753b9662c8baab1c31b9b79bc84ca19 (diff) | |
| parent | c0a3538315158696a8d128d8ada466b9c278090b (diff) | |
| download | rust-36f211b35324edd7efc7c291a6f15488b58e3c3b.tar.gz rust-36f211b35324edd7efc7c291a6f15488b58e3c3b.zip | |
Auto merge of #29682 - Ryman:dead_spam, r=sanxiyn
This standardises the current behavior to match `enum` variants, hopefully leading to less warning spam for users!
For example the code below will have 2 warnings (for `Foo` and `Bar`) rather than 7:
```rust
enum Foo {
A,
B { a: String, b: isize },
C
}
struct Bar {
a: i32,
b: String,
c: ()
}
fn main() {
println!("Hi")
}
```
http://is.gd/zAztKW
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
