diff options
author | Florian Diebold <[email protected]> | 2020-05-15 16:15:40 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-05-15 16:25:28 +0100 |
commit | 3f42b2e837c4672a0fbe953e14ae2fd3fe6fc3b6 (patch) | |
tree | 481c93f91eec65f98a82fa28a123140d5a227eea /crates/ra_proc_macro/src | |
parent | d51c1f62178c383363a2d95e865131d9a7b969d0 (diff) |
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.
Diffstat (limited to 'crates/ra_proc_macro/src')
0 files changed, 0 insertions, 0 deletions