File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
CodeGeneration/Sources/generate-swiftsyntax/templates/swiftsyntax
Sources/SwiftSyntax/generated Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ let tokenKindFile = SourceFileSyntax(leadingTrivia: copyrightHeader) {
19
19
try ! EnumDeclSyntax (
20
20
"""
21
21
/// Enumerates the kinds of tokens in the Swift language.
22
- @frozen // FIXME: Not actually stable, works around a miscompile
23
22
public enum TokenKind: Hashable
24
23
"""
25
24
) {
Original file line number Diff line number Diff line change 13
13
//===----------------------------------------------------------------------===//
14
14
15
15
/// Enumerates the kinds of tokens in the Swift language.
16
- @frozen // FIXME: Not actually stable, works around a miscompile
17
16
public enum TokenKind : Hashable {
18
17
case eof
19
18
case arrow
You can’t perform that action at this time.
0 commit comments