]> git.lizzy.rs Git - rust.git/commit
Merge #1117
authorbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 5 Apr 2019 23:24:11 +0000 (23:24 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 5 Apr 2019 23:24:11 +0000 (23:24 +0000)
commit990e74ba7c77485f914434ac6f09a40d1364634d
tree9e979e9ec084d717db9d4326df3a970db8d28947
parent9d39b7bc42e6186b0fd6e1cec746d58c950f780e
parent2caa690ef6feba3f78354e715deea37983b149ac
Merge #1117

1117: [WIP] Tuple struct index inference r=matklad a=robojumper

The first commit adds a helper struct `ast::FieldKind` to facilitate inference.

The second commit adds a slightly modified test from #1109 while mentioning that there is a problem with how we're handling tuple indexing / floats.

cc #1109

Co-authored-by: robojumper <robojumper@gmail.com>