Skip to content

Commit cad4fe0

Browse files
committed
Test out perf impact of making Hasher resilient
1 parent 62a2e82 commit cad4fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/Hasher.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ internal struct _BufferingHasher<RawCore: _HasherCore> {
295295
/// different values on every new execution of your program. The hash
296296
/// algorithm implemented by `Hasher` may itself change between any two
297297
/// versions of the standard library.
298-
@_fixed_layout // FIXME: Should be resilient (rdar://problem/38549901)
299298
public struct Hasher {
300299
// FIXME: Remove @usableFromInline once Hasher is resilient.
301300
// rdar://problem/38549901

0 commit comments

Comments
 (0)