-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements aliases support in DCA. #4337
Conversation
072c75c
to
628740d
Compare
628740d
to
d2b7b34
Compare
d2b7b34
to
9b80160
Compare
I did not understand the purpose of |
sway/sway-core/src/language/ty/expression/scrutinee.rs Lines 27 to 31 in 9b80160
Structs should also have it, I probably forgot to add tests cases for structs, I will check that. |
9b80160
to
a969113
Compare
Fixed merging conflicts. And added one more test case and a fix for it. The reason we have |
Description
Adds support for aliases in DCA.
Fixes #4328 where a DCA warning was emmited while using struct method defined in an impl self.
Closes #4283
Closes #4328
Checklist
Breaking*
orNew Feature
labels where relevant.