Skip to content

Commit ec9ff12

Browse files
authored
fix: meta tag can be added async (#8783)
1 parent 4445958 commit ec9ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Compiler/MetaAttr.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Lean.EnvExtension
88

99
namespace Lean
1010

11-
builtin_initialize metaExt : TagDeclarationExtension ← mkTagDeclarationExtension
11+
builtin_initialize metaExt : TagDeclarationExtension ← mkTagDeclarationExtension (asyncMode := .async)
1212

1313
/-- Marks in the environment extension that the given declaration has been declared by the user as `meta`. -/
1414
def addMeta (env : Environment) (declName : Name) : Environment :=

0 commit comments

Comments
 (0)