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 e1246ff commit 80790aeCopy full SHA for 80790ae
stdlib/public/core/UnsafeRawPointer.swift
@@ -1247,7 +1247,7 @@ public struct UnsafeMutableRawPointer: _Pointer {
1247
// of `storeBytes<T>(of:toByteOffset:as:)`, and provides an entry point for
1248
// any binary compiled against the stlib binary for Swift 5.6 and older.
1249
@available(*, unavailable)
1250
- @_silgen_name("sSv10storeBytes2of12toByteOffset2asyx_SixmtlF")
+ @_silgen_name("$sSv10storeBytes2of12toByteOffset2asyx_SixmtlF")
1251
@usableFromInline func _legacy_se0349_storeBytes<T>(
1252
of value: T, toByteOffset offset: Int = 0, as type: T.Type
1253
) {
0 commit comments