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 ad7bbdf commit 2333386Copy full SHA for 2333386
stdlib/public/core/Hasher.swift
@@ -276,7 +276,6 @@ internal struct _BufferingHasher<Core: _HasherCore> {
276
/// different values on every new execution of your program. The hash
277
/// algorithm implemented by `Hasher` may itself change between any two
278
/// versions of the standard library.
279
-@_fixed_layout // FIXME: Should be resilient (rdar://problem/38549901)
280
public struct Hasher {
281
internal typealias RawCore = _SipHash13Core
282
internal typealias Core = _BufferingHasher<RawCore>
0 commit comments