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 c1fcdc4 commit a68b554Copy full SHA for a68b554
test/SIL/Parser/debug_info.sil
@@ -11,8 +11,9 @@ struct TheStruct {
11
12
sil_scope 1 { parent @struct_debug_info_test : $@convention(thin) (TheStruct) -> TheStruct }
13
14
-// SR-14814: Make sure the `forwarding` directive being optional in the presence
15
-// of debug info directives (i.e. `loc` and `scope`)
+// https://github.com/apple/swift/issues/57162
+// Make sure of the `forwarding` directive being optional in the presence of
16
+// debug info directives (i.e. `loc` and `scope`).
17
18
// CHECK-LABEL: sil [transparent] @struct_debug_info_test :
19
sil [transparent] @struct_debug_info_test : $@convention(thin) (TheStruct) -> TheStruct {
0 commit comments