We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533a744 commit caf78cdCopy full SHA for caf78cd
test/IRGen/existential_shape_metadata_noncopyable.swift
@@ -11,6 +11,6 @@ public protocol QNC<A>: ~Copyable {
11
public struct NCStruct: ~Copyable { }
12
13
14
-public func testNoncopyableConcrete() -> (Any & ~Copyable).Type {
+public func testNoncopyableConcrete() -> any ~Copyable.Type {
15
return (any QNC<NCStruct>).self
16
}
0 commit comments