swift
427a5558
- [move-only-address] When emitting a simple assignment, make sure to consume the move only type.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[move-only-address] When emitting a simple assignment, make sure to consume the move only type. This was an oversight since I thought that `let _ = x` and `_ = x` were codegened in the same way. rdar://102491017
References
#62168 - [move-only] Enable the move-only address transform and a small additional fix
Author
gottesmm
Committer
gottesmm
Parents
20aa5b51
Loading