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 da8362a commit 7581531Copy full SHA for 7581531
CodeGeneration/Sources/SyntaxSupport/ExprNodes.swift
@@ -183,7 +183,6 @@ public let EXPR_NODES: [Node] = [
183
Node(
184
kind: .unsafeExpr,
185
base: .expr,
186
- experimentalFeature: .unsafeExpression,
187
nameForDiagnostics: "'unsafe' expression",
188
children: [
189
Child(
CodeGeneration/Sources/SyntaxSupport/StmtNodes.swift
@@ -287,7 +287,6 @@ public let STMT_NODES: [Node] = [
287
288
name: "unsafeKeyword",
289
kind: .token(choices: [.keyword(.unsafe)]),
290
291
isOptional: true
292
),
293
0 commit comments