fix switched-round 'b' and 'c'

pull/10/head
Taliesin Beynon 9 years ago committed by Manish Goregaokar
parent 37d42cdcef
commit 8a932e55b9

@ -31,8 +31,8 @@ type's size is a multiple of its alignment. For instance:
```rust
struct A {
a: u8,
c: u32,
b: u16,
b: u32,
c: u16,
}
```

Loading…
Cancel
Save