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 7dcbfaf commit ab272fdCopy full SHA for ab272fd
test/embedded/deinit-noncopyable.swift
@@ -9,6 +9,13 @@
9
// REQUIRES: swift_feature_Embedded
10
// REQUIRES: swift_feature_Lifetimes
11
12
+// Failing with ASAN. Disable the test to unblock rest of ASAN testing. Please
13
+// remove radar number and this blurb once this is fixed.
14
+//
15
+// rdar://159992660
16
17
+// UNSUPPORTED: asan
18
+
19
//--- Library.swift
20
@safe public struct UniqueBuffer<Element: ~Copyable>: ~Copyable {
21
@usableFromInline
0 commit comments