Florian Diebold 3f42b2e837 Handle Self in values and patterns
I.e.
 - `Self(x)` or `Self` in tuple/unit struct impls
 - `Self::Variant(x)` or `Self::Variant` in enum impls
 - the same in patterns

Fixes #4454.
2020-05-15 17:25:28 +02:00
..
2020-05-14 14:29:22 +00:00
2020-05-15 02:09:30 +02:00
2020-05-02 11:21:39 +02:00
2020-05-15 17:25:28 +02:00
2020-05-02 14:35:17 +02:00
2020-05-10 06:39:36 +08:00
2020-05-14 11:20:42 +00:00
2020-05-09 22:20:11 +03:00
2020-05-14 17:57:51 +08:00
2020-05-15 14:29:01 +00:00
2020-05-03 21:35:21 +03:00
2020-05-09 14:48:43 +02:00