mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I want to reserve Feature::MoveOnly only for move-only types and other things that are part of SE-390. Other prototyped features like noimplicitcopy and some older names for consume were left behind as guarded by this Feature. That's really not the right way to do it, as people will expect that the feature is enabled all the time, which would put those unofficial features into on-by-default. So this change introduces two new Features to guard those unofficial features.
112 KiB
112 KiB