mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
A `let` binding of a copyable subpattern can create an independent variable which should be copyable and consumable without affecting a borrowed move-only base. In the same way that `borrowing` parameters are no-implicit-copy, though, explicitly `_borrowing` subpatterns of copyable type should be no-implicit-copy as well.
144 KiB
144 KiB