Skip to content

Commit 80a87a8

Browse files
committed
Merge pull request #74507 from Azoy/128-words-are-ice-cold
[stdlib] Mark UInt128.Words as frozen
1 parent 9d75e3f commit 80a87a8

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)