diff options
Diffstat (limited to 'compiler/semdata.nim')
-rw-r--r-- | compiler/semdata.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim index 2442030f5..ec8224531 100644 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -69,8 +69,7 @@ type efWantStmt, efAllowStmt, efDetermineType, efExplain, efWantValue, efOperand, efNoSemCheck, efNoEvaluateGeneric, efInCall, efFromHlo, efNoSem2Check, - efNoUndeclared, efIsDotCall, efCannotBeDotCall, - efSkipFieldVisibilityCheck + efNoUndeclared, efIsDotCall, efCannotBeDotCall # Use this if undeclared identifiers should not raise an error during # overload resolution. efNoDiagnostics |