Files
rust/src/libcore
bors 46f649c479 Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton
This patch changes the type of byte string literals from `&[u8]` to `&[u8; N]`.
It also implements some necessary traits (`IntoBytes`, `Seek`, `Read`, `BufRead`) for fixed-size arrays (also related to #21725) and adds test for #17233, which seems to be resolved.

Fixes #18465
[breaking-change]
2015-03-18 08:27:22 +00:00
..
2015-03-08 09:32:18 -04:00
2015-03-10 15:08:31 -07:00
2015-02-18 14:39:06 +01:00
2015-03-15 09:08:21 -07:00
2015-02-03 14:34:42 -08:00
2015-03-15 09:08:21 -07:00
2015-03-16 21:57:42 -05:00
2015-03-16 21:57:42 -05:00
2015-03-18 00:40:59 +03:00
2015-01-29 07:49:02 -05:00
2015-03-15 18:16:03 +01:00
2015-01-07 12:10:31 +13:00