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 fa0bbcf commit 6d6988bCopy full SHA for 6d6988b
stdlib/public/core/Macros.swift
@@ -21,7 +21,7 @@
21
/// Use of this macro in any other context is an error.
22
@freestanding(expression)
23
public macro externalMacro<T>(module: String, type: String) -> T =
24
- Builtin.ExternalMacro
+ Builtin.ExternalMacro
25
26
// File and path-related information
27
0 commit comments