bors[bot] eff1b3fe4d
Merge #3689
3689: implement fill match arm assist for tuple of enums r=matklad a=JoshMcguigan

This updates the fill match arm assist to work in cases where the user is matching on a tuple of enums. 

Note, for now this does not apply when some match arms exist (other than the trivial `_`), but I think this could be added in the future.

I think this also lays the groundwork for filling match arms when matching on tuples of non-enum values, for example a tuple of an enum and a boolean.

Co-authored-by: Josh Mcguigan <joshmcg88@gmail.com>
2020-03-23 16:41:46 +00:00
..
2020-03-23 05:19:09 -07:00
2020-03-23 11:55:26 +00:00
2020-03-22 19:59:05 +00:00
2020-03-21 23:08:53 +08:00
2020-03-22 14:17:06 +00:00
2020-03-22 19:53:34 +08:00
2020-03-16 18:46:08 +01:00
2020-03-20 08:50:34 +01:00
2020-03-23 05:19:09 -07:00
2020-03-19 17:53:31 +01:00
2020-03-13 12:20:42 +01:00