bors[bot] 312f1fe20a
Merge #8799
8799: Add basic support for array lengths in types r=flodiebold a=lf-

This recognizes `let a = [1u8, 2, 3]` as having type `[u8; 3]` instead
of the previous `[u8; _]`. Byte strings and `[0u8; 2]` kinds of range
array declarations are unsupported as before.

I don't know why a bunch of our rustc tests had single quotes inside
strings un-escaped by `UPDATE_EXPECT=1 cargo t`, but I don't think it's
bad? Maybe something in a nightly?

Co-authored-by: Jade <software@lfcode.ca>
2021-05-12 14:49:43 +00:00
..
2021-05-11 19:01:39 +00:00
2021-05-12 14:49:43 +00:00
2021-05-12 14:49:43 +00:00
2021-05-12 14:42:01 +00:00
2021-05-10 20:10:59 +00:00
2021-05-08 23:14:08 +02:00
2021-05-10 15:25:56 +03:00