Skip to content

Commit 42c5988

Browse files
committed
[stdlib] add OutputRawSpan
1 parent 850bb23 commit 42c5988

File tree

3 files changed

+421
-0
lines changed

3 files changed

+421
-0
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ split_embedded_sources(
158158
EMBEDDED Sort.swift
159159
EMBEDDED Span/MutableRawSpan.swift
160160
EMBEDDED Span/MutableSpan.swift
161+
EMBEDDED Span/OutputRawSpan.swift
161162
EMBEDDED Span/OutputSpan.swift
162163
EMBEDDED Span/RawSpan.swift
163164
EMBEDDED Span/Span.swift

stdlib/public/core/GroupInfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
"Span": [
203203
"MutableRawSpan.swift",
204204
"MutableSpan.swift",
205+
"OutputRawSpan.swift",
205206
"OutputSpan.swift",
206207
"RawSpan.swift",
207208
"Span.swift"

0 commit comments

Comments
 (0)