mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Fixes an oversight where `inout` -> C pointer conversion wasn't covered by implementation of new pointer conversion semantics proposed by SE-0324. Resolves: rdar://92583588