Files
swift-mirror/test/SILGen/moveonly_failable_init.swift
Doug Gregor bd696f9c05 Enable failable initializers for noncopyable types
Noncopyable types were prevented from having failable initializers
because `Optional` itself didn't support noncopyable types. Now
`Optional` does, so lift this restriction and add a test.
2024-04-01 17:29:41 -07:00

1.0 KiB