File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ internal struct _ConcreteHashableBox<Base : Hashable> : _AnyHashableBox {
123
123
/// print(descriptions[AnyHashable(43)]) // prints "nil"
124
124
/// print(descriptions[AnyHashable(Int8(43))]!) // prints "an Int8"
125
125
/// print(descriptions[AnyHashable(Set(["a", "b"]))]!) // prints "a set of strings"
126
- @_fixed_layout // FIXME(sil-serialize-all)
126
+ @_fixed_layout
127
127
public struct AnyHashable {
128
128
internal var _box : _AnyHashableBox
129
129
@@ -288,7 +288,6 @@ internal func _makeAnyHashableUsingDefaultRepresentation<H : Hashable>(
288
288
}
289
289
290
290
/// Provided by AnyHashable.cpp.
291
- @usableFromInline // FIXME(sil-serialize-all)
292
291
@_silgen_name ( " _swift_makeAnyHashableUpcastingToHashableBaseType " )
293
292
internal func _makeAnyHashableUpcastingToHashableBaseType< H : Hashable > (
294
293
_ value: H ,
You can’t perform that action at this time.
0 commit comments