Jade dc63fea427 Add basic support for array lengths in types
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?
2021-05-11 05:25:19 -07:00
..
2021-04-19 12:26:04 -07:00
2021-05-09 14:40:49 +00:00
2021-05-10 20:10:59 +00:00
2021-04-18 02:14:27 +00:00
2021-05-08 23:14:08 +02:00
2021-05-10 22:10:12 +02:00
2021-05-06 20:12:15 +03:00
2021-05-10 15:25:56 +03:00