Skip to content

Commit 95195c6

Browse files
committed
Mark UInt128.Words as frozen
1 parent fe8289c commit 95195c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UInt128.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ extension UInt128: Numeric {
313313
// MARK: - BinaryInteger conformance
314314
@available(SwiftStdlib 6.0, *)
315315
extension UInt128: BinaryInteger {
316-
316+
@frozen
317317
public struct Words {
318318
@usableFromInline
319319
let _value: UInt128

0 commit comments

Comments
 (0)