swift
bf7091f0 - ensure `#if $MoveOnly` evaluates to true

Commit
2 years ago
ensure `#if $MoveOnly` evaluates to true I enabled move-only types by default, but I didn't realize that the `Feature::MoveOnly` needs to graduate into a `LANGUAGE_FEATURE` so that `EvaluateIfConfigCondition` will recognize `$MoveOnly` as being true. fixes rdar://107050387
Author
Committer
Parents
Loading