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 f9a01d3 commit 907e506Copy full SHA for 907e506
test/SILGen/moveonly_library_evolution.swift
@@ -22,7 +22,6 @@ public func borrowVal(_ x: borrowing EmptyStruct) {}
22
23
// CHECK-LABEL: sil [ossa] @$s26moveonly_library_evolution10DeinitTestVfD : $@convention(method) (@in DeinitTest) -> () {
24
// CHECK: bb0([[ARG:%.*]] : $*DeinitTest):
25
-// CHECK: drop_deinit [[ARG]]
26
// CHECK: } // end sil function '$s26moveonly_library_evolution10DeinitTestVfD'
27
public struct DeinitTest : ~Copyable {
28
deinit {
0 commit comments