Skip to content

Commit b1963e1

Browse files
committed
forgot to reserve a bit to store the move-only flag
1 parent ce1b53f commit b1963e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/Types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ class alignas(1 << TypeAlignInBits) TypeBase
399399
NumProtocols : 16
400400
);
401401

402-
SWIFT_INLINE_BITFIELD_FULL(TypeVariableType, TypeBase, 6+32,
402+
SWIFT_INLINE_BITFIELD_FULL(TypeVariableType, TypeBase, 7+32,
403403
/// Type variable options.
404-
Options : 6,
404+
Options : 7,
405405
: NumPadBits,
406406
/// The unique number assigned to this type variable.
407407
ID : 32

0 commit comments

Comments
 (0)