Ensure array lengthgs are Int literals 2021-04-upstream-confirm
authorMatt Corallo <git@bluematt.me>
Mon, 26 Apr 2021 16:59:43 +0000 (16:59 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 26 Apr 2021 16:59:43 +0000 (16:59 +0000)
This fixes a bug where an array will be converted to
[u8; StringLiteral] which results in us deciding we don't know how
to map it.

Fixes: dec732cefbdd97585b7de7fd4a9521f44f1580dd

No differences found