Skip to content

Commit a37248a

Browse files
committed
[stdlib] incorporate proposal number in silgen name
1 parent 4058424 commit a37248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeRawBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ extension Unsafe${Mutable}RawBufferPointer {
463463
/// with `type`.
464464
@inlinable
465465
@_alwaysEmitIntoClient
466-
@_silgen_name("_swift_seNNNN_UnsafeMutableRawBufferPointer_storeBytes")
466+
@_silgen_name("_swift_se0349_UnsafeMutableRawBufferPointer_storeBytes")
467467
public func storeBytes<T>(
468468
of value: T, toByteOffset offset: Int = 0, as type: T.Type
469469
) {

0 commit comments

Comments
 (0)