diff options
Diffstat (limited to 'compiler/semdata.nim')
-rw-r--r-- | compiler/semdata.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim index d1ffab5eb..2442030f5 100644 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -73,6 +73,7 @@ type efSkipFieldVisibilityCheck # Use this if undeclared identifiers should not raise an error during # overload resolution. + efNoDiagnostics TExprFlags* = set[TExprFlag] |