mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
where `MO` is a move-only type. turns out it was being allowed because the cast is represented as a disjunction in the constraint solver: - `MO conv AnyObject` - `MO bridge conv AnyObject` I caught the first one but missed the second, which was unconditionally being allowed.
565 KiB
565 KiB