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 62a2e82 commit cad4fe0Copy full SHA for cad4fe0
stdlib/public/core/Hasher.swift
@@ -295,7 +295,6 @@ internal struct _BufferingHasher<RawCore: _HasherCore> {
295
/// different values on every new execution of your program. The hash
296
/// algorithm implemented by `Hasher` may itself change between any two
297
/// versions of the standard library.
298
-@_fixed_layout // FIXME: Should be resilient (rdar://problem/38549901)
299
public struct Hasher {
300
// FIXME: Remove @usableFromInline once Hasher is resilient.
301
// rdar://problem/38549901
0 commit comments