Auto merge of #28957 - GuillaumeGomez:patch-5, r=Manishearth

cc @nagisa
This commit is contained in:
bors 2015-10-16 09:49:50 +00:00
commit beeaea4a70
7 changed files with 12 additions and 12 deletions

View file

@ -82,7 +82,7 @@ unsafe {
with:
```text
error: transmute called on types with different sizes: [u8; 4] (32 bits) to u64
error: transmute called with differently sized types: [u8; 4] (32 bits) to u64
(64 bits)
```